MSAAPatternObjectIdentifier Property |
The value TestLeft uses to identify the object. Depending on the object type, it can be the object's text (caption), static text that labels the object, or the object index in the parent object's collection of child objects. Check the property value in the TestLeft UI Spy panel before writing code.
Namespace:
SmartBear.TestLeft.TestObjects.MSAA
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string ObjectIdentifier { get; set; }
Public Property ObjectIdentifier As String
Get
Set
Dim instance As MSAAPattern
Dim value As String
value = instance.ObjectIdentifier
instance.ObjectIdentifier = value
public:
property String^ ObjectIdentifier {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also