Share via


EntityDescriptor.ReadStreamUri Property

Definition

Gets the URI that accesses the binary property data of the entity.

public Uri ReadStreamUri { get; }
member this.ReadStreamUri : Uri
Public ReadOnly Property ReadStreamUri As Uri

Property Value

Uri

A URI that accesses the binary property as a stream.

Remarks

If the entity for the box is an MLE this property stores the content source URI of the MLE. That is, it stores the read URI for the associated MR. Setting it to non-null marks the entity as MLE.

Applies to