A URL that can be used to edit a copy of the resource.
Namespace:   System.Web.OData.Formatter.Serialization
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public Uri EditLink {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property Uri^ EditLink {
    [CompilerGeneratedAttribute]
    Uri^ get();
    [CompilerGeneratedAttribute]
    void set(Uri^ value);
}
member EditLink : Uri with get, set
Public Property EditLink As Uri
Property Value
Type: System.Uri
See Also
EntitySelfLinks Class
System.Web.OData.Formatter.Serialization Namespace
Return to top