EntityDescriptor.ReadStreamUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.