ShortAliasAttributeIsHidden Property
Gets or sets a value indicating whether the alias should be hidden from the usage help.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public bool IsHidden { get; set; }
Public Property IsHidden As Boolean
Get
Set
Dim instance As ShortAliasAttribute
Dim value As Boolean
value = instance.IsHidden
instance.IsHidden = value
public:
property bool IsHidden {
bool get ();
void set (bool value);
}
Property Value
Boolean if the alias should be hidden from the usage help; otherwise,
. The default value is
.