ODataEntry.ReadLink Property

Gets or sets a link that can be used to read the entry.

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 ODataEntry 
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 link that can be used to read the entry.

See Also

Reference

ODataEntry Class

Microsoft.Data.OData Namespace