Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the ID of 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 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 ID of the method.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace