Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.