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.
Gets the method instance object given its ID.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function GetById ( _
id As UInteger _
) As MethodInstance
'Usage
Dim id As UInteger
Dim returnValue As MethodInstance
returnValue = MethodInstance.GetById(id)
public static MethodInstance GetById(
uint id
)
Parameters
- id
Type: System.UInt32
The ID of the method instance.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.MethodInstance
The method instance object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace