: MetadataObject.Name (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the name of the metadata object.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public ReadOnly Property Name As String
'Uso
Dim instance As MetadataObject
Dim value As String
value = instance.Name
public string Name { get; }
Valor de propiedad
The name of the metadata object.
Comentarios
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.
Vea también
Referencia
MetadataObject (Clase)
MetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)