Share via


EntitySelfLinks.ReadLink Property

A URL that can be used to retrieve a copy of the resource.

Namespace:  System.Web.Http.OData.Formatter.Serialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Property ReadLink As Uri 
    Get 
    Set
'Usage
Dim instance As EntitySelfLinks 
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

See Also

Reference

EntitySelfLinks Class

System.Web.Http.OData.Formatter.Serialization Namespace