Parameter.GetMethod Method
Gets the method that this object is a parameter of.
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 Parameter
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