EntityDescriptor.EditStreamUri Property

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.

See Also

Reference

EntityDescriptor Class

System.Data.Services.Client Namespace