SetCimInstanceCommand.Property 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 "Property", defines the value to be changed.
The key properties will be ignored. Any invalid property will cause termination of the cmdlet execution.
public System.Collections.IDictionary Property { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Arguments" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QuerySessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QueryComputerSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="CimInstanceSessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="CimInstanceComputerSet", ValueFromPipelineByPropertyName=true)]
public System.Collections.IDictionary Property { get; set; }
member this.Property : System.Collections.IDictionary with get, set
[<System.Management.Automation.Alias(new System.String[] { "Arguments" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QuerySessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QueryComputerSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="CimInstanceSessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="CimInstanceComputerSet", ValueFromPipelineByPropertyName=true)>]
member this.Property : System.Collections.IDictionary with get, set
Public Property Property As IDictionary
Property Value
- Attributes