Share via


FilterDescriptor.Type property

Gets or sets the type of the FilterDescriptor.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Type As FilterType
    Get
    Set
'Usage
Dim instance As FilterDescriptor
Dim value As FilterType

value = instance.Type

instance.Type = value
public FilterType Type { get; set; }

Property value

Type: Microsoft.BusinessData.MetadataModel.FilterType
One of the FilterDescriptor types, for example, WildcardFilter.

See also

Reference

FilterDescriptor class

FilterDescriptor members

Microsoft.SharePoint.BusinessData.Administration namespace