VCFilter.Filters Property

Definition

Gets the collection of filters for the filter.

public:
 property System::Object ^ Filters { System::Object ^ get(); };
public:
 property Platform::Object ^ Filters { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(2353)]
public object Filters { [System.Runtime.InteropServices.DispId(2353)] get; }
[<System.Runtime.InteropServices.DispId(2353)>]
[<get: System.Runtime.InteropServices.DispId(2353)>]
member this.Filters : obj
Public ReadOnly Property Filters As Object

Property Value

An object representing the collection of filters.

Attributes

Remarks

For more information, see AddFilter and RemoveFilter.

Applies to