Condividi tramite


Proprietà AtomCategoryMetadata.Label

Ottiene o imposta un'etichetta leggibile per la visualizzazione nelle interfacce utente.

Spazio dei nomi  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Property Label As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
Etichetta leggibile.

Vedere anche

Riferimento

AtomCategoryMetadata Classe

Spazio dei nomi Microsoft.Data.OData.Atom