Share via


Entity.GetSpecificFinderMethodInstance Method

NOTE: This API is now obsolete.

Gets the SpecificFinder method instance for this entity.

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 GetSpecificFinderMethodInstance As MethodInstance
'Usage
Dim instance As Entity
Dim returnValue As MethodInstance

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

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstance
The SpecificFinder method instance.

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace