Share via


InvokeCimMethodCommand.Query Property

Definition

The following is the definition of the input parameter "Query". Specifies the CimClass object, on which to invoke static method.

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