FlashPatternObjectLabel Property |
The label of the sought-for object. Check the property value in the TestLeft UI Spy panel before writing code.
Namespace:
SmartBear.TestLeft.TestObjects.Flash
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string ObjectLabel { get; set; }
Public Property ObjectLabel As String
Get
Set
Dim instance As FlashPattern
Dim value As String
value = instance.ObjectLabel
instance.ObjectLabel = value
public:
property String^ ObjectLabel {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also