Compartir a través de


AtomCategoryMetadata.Label Propiedad

Obtiene o establece una etiqueta legible para la presentación en interfaces de usuario.

Espacio de nombres:  Microsoft.Data.OData.Atom
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property Label As String
    Get
    Set
'Uso
Dim instance As AtomCategoryMetadata
Dim value As String

value = instance.Label

instance.Label = value
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
member Label : string with get, set
function get Label () : String
function set Label (value : String)

Valor de la propiedad

Tipo: System.String
Una etiqueta legible.

Vea también

Referencia

AtomCategoryMetadata Clase

Espacio de nombres Microsoft.Data.OData.Atom