WPFSettingsCompositeControlDescriptionClassName Property |
Gets or sets the fully-qualified class name of the control with template-generated elements.
Namespace:
SmartBear.TestLeft.Options
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 WPFSettingsCompositeControlDescription
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