Condividi tramite


Proprietà ODataEntry.EditLink

Ottiene o imposta il collegamento utilizzato per modificare la voce.

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

Sintassi

'Dichiarazione
Public Property EditLink As Uri
    Get
    Set
'Utilizzo
Dim instance As ODataEntry
Dim value As Uri

value = instance.EditLink

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

Valore proprietà

Tipo: System.Uri
Collegamento utilizzato per modificare la voce.

Vedere anche

Riferimento

ODataEntry Classe

Spazio dei nomi Microsoft.Data.OData