Freigeben über


SetCimInstanceCommand.Property Property

Definition

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

Applies to