MethodInstance.MethodId property
Gets the method identifier.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MethodId As UInteger
Get
'Usage
Dim instance As MethodInstance
Dim value As UInteger
value = instance.MethodId
public uint MethodId { get; }
Property value
Type: System.UInt32
The method identifier.