VCLPatternObjectIdentifier Property |
The name of the sought-for object as it is specified in the application's code ("native" name property). You can use wildcards (* or ?) or specify regular expressions (regexp:...).
Namespace:
SmartBear.TestLeft.TestObjects.VCL
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 VCLPattern
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