GetCimInstanceCommand.Query 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 "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