'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the name of the command.")> Public Property Name As System.String
'Usage
Dim instance As NCommandProperties Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the name of the command.")] public System.string Name {get; set;}