| InvalidCommandSyntaxExceptionSynopsis Property |
Returns the synopsis of the command that was called with invalid syntax.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Synopsis { get; }
Public ReadOnly Property Synopsis As String
Get
public:
property String^ Synopsis {
String^ get ();
}
member Synopsis : string with get
Return Value
Type:
Stringthe synopsis of the command that was called with invalid syntax.
See Also