WebCellElementPatternidStr Property |
The id attribute of the sought-for cell.
Namespace:
SmartBear.TestLeft.TestObjects.Web
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string idStr { get; set; }
Public Property idStr As String
Get
Set
Dim instance As WebCellElementPattern
Dim value As String
value = instance.idStr
instance.idStr = value
public:
property String^ idStr {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also