Share via


FilterDescriptor.Type Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Property Type As Type
    Get
    Set
'Usage
Dim instance As FilterDescriptor
Dim value As Type

value = instance.Type

instance.Type = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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

FilterDescriptor Class

FilterDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace