SlPatternSlObjectName Property |
The name of the sought-for object as it is specified in the application's source code.
Namespace:
SmartBear.TestLeft.TestObjects.Silverlight
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string SlObjectName { get; set; }
Public Property SlObjectName As String
Get
Set
Dim instance As SlPattern
Dim value As String
value = instance.SlObjectName
instance.SlObjectName = value
public:
property String^ SlObjectName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also