FlashPatternObjectIdentifier Property |
The value TestLeft uses to identify the 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 Object ObjectIdentifier { get; set; }
Public Property ObjectIdentifier As Object
Get
Set
Dim instance As FlashPattern
Dim value As Object
value = instance.ObjectIdentifier
instance.ObjectIdentifier = value
public:
property Object^ ObjectIdentifier {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
ObjectSee Also