FilterDescriptor.FilterType Property
NOTE: This API is now obsolete.
Gets the data type of the filter.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property FilterType As Type
Get
'Usage
Dim instance As FilterDescriptor
Dim value As Type
value = instance.FilterType
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public Type FilterType { get; }
Property Value
Type: System.Type
The data type of the filter.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace