Proprietà AtomCategoryMetadata.Term
Ottiene o imposta il valore di stringa che identifica la categoria.
Spazio dei nomi Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property Term As String
Get
Set
'Utilizzo
Dim instance As AtomCategoryMetadata
Dim value As String
value = instance.Term
instance.Term = value
public string Term { get; set; }
public:
property String^ Term {
String^ get ();
void set (String^ value);
}
member Term : string with get, set
function get Term () : String
function set Term (value : String)
Valore proprietà
Tipo: System.String
Valore di stringa che identifica la categoria.