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.