次の方法で共有


SetWSManInstanceCommand.OptionSet Property

Definition

The following is the definition of the input parameter "OptionSet". OptionSet is a hahs table which help modify or refine the nature of the request. These are similar to switches used in command line shells in that they are service-specific.

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

Property Value

Attributes

Applies to