Share via


ODataEntry.EditLink Property

 

Gets or sets the link used to edit the entry.

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

Syntax

public Uri EditLink { get; set; }
public:
property Uri^ EditLink {
    Uri^ get();
    void set(Uri^ value);
}
member EditLink : Uri with get, set
Public Property EditLink As Uri

Property Value

Type: System.Uri

The link used to edit the entry.

See Also

ODataEntry Class
Microsoft.OData.Core Namespace

Return to top