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 read link for media resource.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property ReadLink As Uri
Get
Set
'Usage
Dim instance As ODataStreamReferenceValue
Dim value As Uri
value = instance.ReadLink
instance.ReadLink = value
public Uri ReadLink { get; set; }
public:
property Uri^ ReadLink {
Uri^ get ();
void set (Uri^ value);
}
member ReadLink : Uri with get, set
function get ReadLink () : Uri
function set ReadLink (value : Uri)
Property Value
Type: System.Uri
The read link for media resource.