WSManProviderNewItemComputerParameters.OptionSet 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 following is the definition of the input parameter "OptionSet". OptionSet is a hash table 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]
[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