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