QtPatternobjectName Property |
The "native" objectName property of the sought-for Qt object. You can use wildcards (* or ?) or specify regular expressions (regexp:...).
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string objectName { get; set; }
Public Property objectName As String
Get
Set
Dim instance As QtPattern
Dim value As String
value = instance.objectName
instance.objectName = value
public:
property String^ objectName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also