GetWSManInstanceCommand.SelectorSet 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 "SelectorSet". SelectorSet is a hash table which helps in identify an instance of the management resource if there are more than 1 instance of the resource class.
[System.Management.Automation.Parameter(ParameterSetName="GetInstance")]
public System.Collections.Hashtable SelectorSet { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="GetInstance")>]
member this.SelectorSet : System.Collections.Hashtable with get, set
Public Property SelectorSet As Hashtable
Property Value
- Attributes