MethodInstance.Method Property
Returns the method the method instance belongs to.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Method As Method
Get
'Usage
Dim instance As MethodInstance
Dim value As Method
value = instance.Method
public Method Method { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.Method
A Method object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace