: MetadataObject.Name (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets or sets the name of the metadata object.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property Name As String
'Uso
Dim instance As MetadataObject
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Valor de propiedad
The name of the metadata object.
Vea también
Referencia
MetadataObject (Clase)
MetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)