FilterDescriptor.Type Property
Sets or gets the type of the filter descriptor.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Type As Type
Get
Set
'Usage
Dim instance As FilterDescriptor
Dim value As Type
value = instance.Type
instance.Type = value
public Type Type { get; set; }
Property Value
Type: System.Type
One of the filter descriptor types, for example - Microsoft.Office.Server.ApplicationRegistry.Runtime.WildcardFilter.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace