Gets and sets access to the filter type.
'Declaration
Public Property Type As FilterType
'Usage
Dim instance As Filter
Dim value As FilterType
instance.Type = value
value = instance.Type
Property Value
A
FilterType object which determines the filter type.