GetCimInstanceCommand.Query Property

Definition

The following is the definition of the input parameter "Query". Specifies the query string for what instances, and what properties of those instances, should be retrieve.

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

Property Value

Attributes

Applies to