Entity.GetById, méthode (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets an entity given its ID.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Shared Function GetById ( _
metadataObjectId As UInteger _
) As Entity
'Utilisation
Dim metadataObjectId As UInteger
Dim returnValue As Entity
returnValue = Entity.GetById(metadataObjectId)
public static Entity GetById (
uint metadataObjectId
)
Paramètres
- metadataObjectId
The ID of the entity.
Valeur de retour
An Entity object.
Voir aussi
Référence
Entity, classe
Membres Entity
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms