JobCmdletBase.Filter Property

Definition

All the job objects matching the values in filter.

public:
 virtual property System::Collections::Hashtable ^ Filter { System::Collections::Hashtable ^ get(); void set(System::Collections::Hashtable ^ value); };
public virtual System.Collections.Hashtable Filter { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilterParameterSet", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual System.Collections.Hashtable Filter { get; set; }
member this.Filter : System.Collections.Hashtable with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilterParameterSet", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Filter : System.Collections.Hashtable with get, set
Public Overridable Property Filter As Hashtable

Property Value

Attributes

Applies to