public bool IsHidden { get; set; }
Public Property IsHidden As Boolean
Get
Set
Dim instance As CommandAttribute
Dim value As Boolean
value = instance.IsHidden
instance.IsHidden = value
public:
property bool IsHidden {
bool get ();
void set (bool value);
}
A hidden command will not be included in the command list when usage help is displayed, but can still be invoked from the command line.