次の方法で共有


SetWSManInstanceCommand.SelectorSet Property

Definition

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(Position=1, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Hashtable SelectorSet { get; set; }
[<System.Management.Automation.Parameter(Position=1, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.SelectorSet : System.Collections.Hashtable with get, set
Public Property SelectorSet As Hashtable

Property Value

Attributes

Applies to