WPFSettingsCompositeControlDescriptionName Property |
Gets or sets the application-defined 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 Name { get; set; }
Public Property Name As String
Get
Set
Dim instance As WPFSettingsCompositeControlDescription
Dim value As String
value = instance.Name
instance.Name = value
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also