Identifier.GetById, méthode (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets an Identifier object 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 Identifier
'Utilisation
Dim metadataObjectId As UInteger
Dim returnValue As Identifier
returnValue = Identifier.GetById(metadataObjectId)
public static Identifier GetById (
uint metadataObjectId
)
Paramètres
- metadataObjectId
The ID of the Identifier object.
Valeur de retour
An Identifier object.
Voir aussi
Référence
Identifier, classe
Membres Identifier
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms