P_CommandLine_VerbAttribute_Name - adutton/commandline GitHub Wiki
Gets the verb name.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public string Name { get; }VB
Public ReadOnly Property Name As String
GetC++
public:
property String^ Name {
String^ get ();
}F#
member Name : string with get
Type: String