CoreCommandBase.Filter Property

Definition

Gets or sets the filter property.

public:
 virtual property System::String ^ Filter { System::String ^ get(); void set(System::String ^ value); };
public:
 virtual property Platform::String ^ Filter { Platform::String ^ get(); void set(Platform::String ^ value); };
public virtual string Filter { get; set; }
member this.Filter : string with get, set
Public Overridable Property Filter As String

Property Value

Remarks

This is meant to be overridden by derived classes if they support the Filter parameter. This property is on the base class to simplify the creation of the CmdletProviderContext.

Applies to