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 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.