FilterDescriptor.FilterType Property
Gets the data type of the filter.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property FilterType As Type
Get
'Usage
Dim instance As FilterDescriptor
Dim value As Type
value = instance.FilterType
public Type FilterType { get; }
Property Value
Type: System.Type
The data type of the filter.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace