P_CommandLine_TokenError_Token - adutton/commandline GitHub Wiki
The string containing the token text.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public string Token { get; }VB
Public ReadOnly Property Token As String
GetC++
public:
property String^ Token {
String^ get ();
}F#
member Token : string with get
Type: String