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 accesses 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 ReadStreamUri As Uri
Get
Friend Set
'Usage
Dim instance As EntityDescriptor
Dim value As Uri
value = instance.ReadStreamUri
public Uri ReadStreamUri { get; internal set; }
public:
property Uri^ ReadStreamUri {
Uri^ get ();
internal: void set (Uri^ value);
}
member ReadStreamUri : Uri with get, internal set
function get ReadStreamUri () : Uri
internal function set ReadStreamUri (value : Uri)
Property Value
Type: System.Uri
A URI that accesses the binary property as a stream.
Remarks
The ReadStreamUri property contains the URI for the Media Resource that is associated with the entity, which is a Media Link Entry.