RegisterCimIndicationCommand.Query Property

Definition

The following is the definition of the input parameter "Query". The Query Expression to pass.

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

Property Value

Attributes

Applies to