VCLNETPatternClrFullClassName Property |
The full class name of the sought-for object. This name includes all the parent namespace names starting from System.
Namespace:
SmartBear.TestLeft.TestObjects.VCLNET
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string ClrFullClassName { get; set; }
Public Property ClrFullClassName As String
Get
Set
Dim instance As VCLNETPattern
Dim value As String
value = instance.ClrFullClassName
instance.ClrFullClassName = value
public:
property String^ ClrFullClassName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also