public string Name { get; }
Public ReadOnly Property Name As String
Get
Dim instance As CommandInfo
Dim value As String
value = instance.Name
public:
property String^ Name {
String^ get ();
}
The name is taken from the CommandName property. If that property is null, the name is determined by taking the command type's name, and applying the transformation specified by the CommandNameTransform property.