Share via


GetWSManInstanceCommand.OptionSet Property

Definition

The following is the definition of the input parameter "OptionSet". OptionSet is a hashtable and is used to pass a set of switches to the service to modify or refine the nature of the request.

[System.Management.Automation.Alias(new System.String[] { "OS" })]
[System.Management.Automation.Parameter(ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Hashtable OptionSet { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "OS" })>]
[<System.Management.Automation.Parameter(ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.OptionSet : System.Collections.Hashtable with get, set
Public Property OptionSet As Hashtable

Property Value

Attributes

Applies to