MethodInstance.GetById Method

Gets a MethodInstance object given its ID.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Shared Function GetById ( _
    methodInstanceId As UInteger _
) As MethodInstance
'Usage
Dim methodInstanceId As UInteger
Dim returnValue As MethodInstance

returnValue = MethodInstance.GetById(methodInstanceId)
public static MethodInstance GetById(
    uint methodInstanceId
)

Parameters

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstance
A MethodInstance object.

See Also

Reference

MethodInstance Class

MethodInstance Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace