FilterDescriptorStruct.FilterType Property
Gets or sets the FilterType object.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FilterType As FilterType
Get
Set
'Usage
Dim instance As FilterDescriptorStruct
Dim value As FilterType
value = instance.FilterType
instance.FilterType = value
public FilterType FilterType { get; set; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.FilterType
The FilterType object.