NewVariableCommand.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.
Specifies the visibility of the new variable...
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; }
[System.Management.Automation.Parameter]
public System.Management.Automation.SessionStateEntryVisibility Visibility { get; set; }
member this.Visibility : System.Management.Automation.SessionStateEntryVisibility with get, set
[<System.Management.Automation.Parameter>]
member this.Visibility : System.Management.Automation.SessionStateEntryVisibility with get, set
Public Property Visibility As SessionStateEntryVisibility
Property Value
- Attributes