FilterDescriptor.GetMethod Method

NOTE: This API is now obsolete.

Gets the method associated with the filter.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Function GetMethod As Method
'Usage
Dim instance As FilterDescriptor
Dim returnValue As Method

returnValue = instance.GetMethod()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Method GetMethod()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Method
A Method object.

See Also

Reference

FilterDescriptor Class

FilterDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace