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