public bool IsHidden { get; }
Public ReadOnly Property IsHidden As Boolean
Get
Dim instance As CommandInfo
Dim value As Boolean
value = instance.IsHidden
public:
property bool IsHidden {
bool get ();
}
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.