ODataEntry.EditLink Property

Gets or sets the link used to edit the entry.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property EditLink As Uri 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Uri
The link used to edit the entry.

See Also

Reference

ODataEntry Class

Microsoft.Data.OData Namespace