Share via


SetCimInstanceCommand.Query Property

Definition

The following is the definition of the input parameter "Query".

public string Query { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QueryComputerSet", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QuerySessionSet", Position=0, ValueFromPipelineByPropertyName=true)]
public string Query { get; set; }
member this.Query : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QueryComputerSet", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="QuerySessionSet", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.Query : string with get, set
Public Property Query As String

Property Value

Attributes

Applies to