SlPatternSlFullClassName Property |
The full class name of the sought-for object (for example, System.Windows.Controls.RadioButton).
Namespace:
SmartBear.TestLeft.TestObjects.Silverlight
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string SlFullClassName { get; set; }
Public Property SlFullClassName As String
Get
Set
Dim instance As SlPattern
Dim value As String
value = instance.SlFullClassName
instance.SlFullClassName = value
public:
property String^ SlFullClassName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also