SetWSManInstanceCommand.ValueSet 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 "ValueSet". ValueSet is a hash table which helps to modify resource represented by the ResourceURI and SelectorSet.
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Hashtable ValueSet { get; set; }
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ValueSet : System.Collections.Hashtable with get, set
Public Property ValueSet As Hashtable
Property Value
- Attributes