Proprietà AtomCategoriesMetadata.Href
Ottiene o imposta l'URI del documento di categorie.
Spazio dei nomi Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property Href As Uri
Get
Set
'Utilizzo
Dim instance As AtomCategoriesMetadata
Dim value As Uri
value = instance.Href
instance.Href = value
public Uri Href { get; set; }
public:
property Uri^ Href {
Uri^ get ();
void set (Uri^ value);
}
member Href : Uri with get, set
function get Href () : Uri
function set Href (value : Uri)
Valore proprietà
Tipo: System.Uri
URI del documento di categorie.
Osservazioni
Se questa proprietà non è Null, le proprietà Fixed e Fixed devono essere entrambe Null e la proprietà Fixed deve essere Null o una raccolta vuota.