Share via


GetCimInstanceCommand.Filter Property

Definition

The following is the definition of the input parameter "Filter". Specifies the where clause of the query.

public string Filter { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ClassNameSessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ClassNameComputerSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ResourceUriSessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ResourceUriComputerSet", ValueFromPipelineByPropertyName=true)]
public string Filter { get; set; }
member this.Filter : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ClassNameSessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ClassNameComputerSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ResourceUriSessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ResourceUriComputerSet", ValueFromPipelineByPropertyName=true)>]
member this.Filter : string with get, set
Public Property Filter As String

Property Value

Attributes

Applies to