Command.Name Property

Gets the name of the command.

Namespace: Microsoft.Practices.CompositeUI.Commands
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As Command
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
/** @property */
public String get_Name ()
public function get Name () : String

See Also

Reference

Command Class
Command Members
Microsoft.Practices.CompositeUI.Commands Namespace