Share via


MethodInstance.Method Property

Gets a Method object that represents the current MethodInstance object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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.SharePoint.BusinessData.Administration.Method
A Method object.

See Also

Reference

MethodInstance Class

MethodInstance Members

Microsoft.SharePoint.BusinessData.Administration Namespace