ComponentOne Basic Library for WPF and Silverlight
Name Property (C1Command)


C1.Silverlight Namespace > C1Command Class : Name Property
Gets the name of the command.
Syntax
'Declaration
 
Public ReadOnly Property Name As System.String
'Usage
 
Dim instance As C1Command
Dim value As System.String
 
value = instance.Name
public System.string Name {get;}
See Also

Reference

C1Command Class
C1Command Members