P_CommandLine_BaseAttribute_Hidden - adutton/commandline GitHub Wiki
BaseAttribute.Hidden Property
Gets or sets a value indicating whether a command line option is visible in the help text.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public bool Hidden { get; set; }VB
Public Property Hidden As Boolean
Get
SetC++
public:
property bool Hidden {
bool get ();
void set (bool value);
}F#
member Hidden : bool with get, set
Type: Boolean