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