Proprietà AtomLinkMetadata.Href
Ottiene o imposta l'URI del collegamento.
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 AtomLinkMetadata
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 collegamento.