ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1Command Class / Name Property

In This Topic
    Name Property (C1Command)
    In This Topic
    Gets the name of the command.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As System.String
    public System.string Name {get;}
    See Also