Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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