MetadataObject.Name, propriété (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the name of the metadata object.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Name As String
'Utilisation
Dim instance As MetadataObject
Dim value As String
value = instance.Name
public string Name { get; }
Valeur de la propriété
The name of the metadata object.
Remarques
Names are unique within various scopes particular to objects. For example, all Entities within a LobSystem have unique names. All Methods within an Entity scope have unique names, and so on.
Voir aussi
Référence
MetadataObject, classe
Membres MetadataObject
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms