VCLPatternClassName Property |
The name of the VCL class of the sought-for object ("native" ClassName 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 ClassName { get; set; }
Public Property ClassName As String
Get
Set
Dim instance As VCLPattern
Dim value As String
value = instance.ClassName
instance.ClassName = value
public:
property String^ ClassName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also