Entity.GetFinderMethodInstance Method
Gets the method instance that defines the Finder method.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetFinderMethodInstance As MethodInstance
'Usage
Dim instance As Entity
Dim returnValue As MethodInstance
returnValue = instance.GetFinderMethodInstance()
public MethodInstance GetFinderMethodInstance()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstance
A MethodInstance object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace