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 binary property data of the entity.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property EditStreamUri As Uri
Get
Friend Set
'Usage
Dim instance As EntityDescriptor
Dim value As Uri
value = instance.EditStreamUri
public Uri EditStreamUri { get; internal set; }
public:
property Uri^ EditStreamUri {
Uri^ get ();
internal: void set (Uri^ value);
}
member EditStreamUri : Uri with get, internal set
function get EditStreamUri () : Uri
internal function set EditStreamUri (value : Uri)
Property Value
Type: System.Uri
The EditStreamUri property contains the edit-media link URI for the Media Resource that is associated with the entity, which is a Media Link Entry.