CommandInfo.Visibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the command is to be allowed to be executed by a request external to the runspace.
public:
virtual property System::Management::Automation::SessionStateEntryVisibility Visibility { System::Management::Automation::SessionStateEntryVisibility get(); void set(System::Management::Automation::SessionStateEntryVisibility value); };
public virtual System.Management.Automation.SessionStateEntryVisibility Visibility { get; set; }
member this.Visibility : System.Management.Automation.SessionStateEntryVisibility with get, set
Public Overridable Property Visibility As SessionStateEntryVisibility