EntityDescriptor.EditLink Property

Gets or sets the URI that modifies the entity.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Property EditLink As Uri 
    Get 
    Friend Set
'Usage
Dim instance As EntityDescriptor 
Dim value As Uri 

value = instance.EditLink
public Uri EditLink { get; internal set; }
public:
property Uri^ EditLink {
    Uri^ get ();
    internal: void set (Uri^ value);
}
member EditLink : Uri with get, internal set
function get EditLink () : Uri 
internal function set EditLink (value : Uri)

Property Value

Type: System.Uri
The edit link URI for the entity resource.

See Also

Reference

EntityDescriptor Class

System.Data.Services.Client Namespace