WriteAliasCommandBase.Option 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.
The Option parameter allows the alias to be set to ReadOnly (for existing aliases) and/or Constant (only for new aliases).
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