Share via


EntitySelfLinks.EditLink Property

A URL that can be used to edit a copy of the resource.

Namespace:  System.Web.Http.OData.Formatter.Serialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

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

See Also

Reference

EntitySelfLinks Class

System.Web.Http.OData.Formatter.Serialization Namespace