PSVariable.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.
If true, then this variable is visible outside the runspace.
public:
property System::Management::Automation::SessionStateEntryVisibility Visibility { System::Management::Automation::SessionStateEntryVisibility get(); void set(System::Management::Automation::SessionStateEntryVisibility value); };
public System.Management.Automation.SessionStateEntryVisibility Visibility { get; set; }
member this.Visibility : System.Management.Automation.SessionStateEntryVisibility with get, set
Public Property Visibility As SessionStateEntryVisibility