Condividi tramite


Proprietà ODataEntityReferenceLink.Url

Ottiene o imposta l'URI che rappresenta l'URL dell'entità cui si fa riferimento.

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

Sintassi

'Dichiarazione
Public Property Url As Uri
    Get
    Set
'Utilizzo
Dim instance As ODataEntityReferenceLink
Dim value As Uri

value = instance.Url

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

Valore proprietà

Tipo: System.Uri
URI che rappresenta l'URL dell'entità cui si fa riferimento.

Vedere anche

Riferimento

ODataEntityReferenceLink Classe

Spazio dei nomi Microsoft.Data.OData