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 used to edit the binary resource stream.
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 DataServiceStreamLink
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 URI used to edit the stream.