Method.GetById Method
Gets a method 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 Method
'Usage
Dim id As UInteger
Dim returnValue As Method
returnValue = Method.GetById(id)
public static Method GetById(
uint id
)
Parameters
- id
Type: System.UInt32
The ID of the method.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.Method
A Method object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace