SetVariableCommand.Option Property

Definition

The options for the variable to specify if the variable should be ReadOnly, Constant, and/or Private.

public:
 property System::Management::Automation::ScopedItemOptions Option { System::Management::Automation::ScopedItemOptions get(); void set(System::Management::Automation::ScopedItemOptions value); };
public System.Management.Automation.ScopedItemOptions Option { get; set; }
[System.Management.Automation.Parameter]
public System.Management.Automation.ScopedItemOptions Option { get; set; }
member this.Option : System.Management.Automation.ScopedItemOptions with get, set
[<System.Management.Automation.Parameter>]
member this.Option : System.Management.Automation.ScopedItemOptions with get, set
Public Property Option As ScopedItemOptions

Property Value

Attributes

Applies to