: Method.GetById (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets a method given its ID.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Shared Function GetById ( _
id As UInteger _
) As Method
'Uso
Dim id As UInteger
Dim returnValue As Method
returnValue = Method.GetById(id)
public static Method GetById (
uint id
)
Parámetros
- id
The ID of the method.
Valor devuelto
A Method object.
Vea también
Referencia
Method (Clase)
Method (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)