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.
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
public Uri ReadLink {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property Uri^ ReadLink {
    [CompilerGeneratedAttribute]
    Uri^ get();
    [CompilerGeneratedAttribute]
    void set(Uri^ value);
}
member ReadLink : Uri with get, set
Public Property ReadLink As Uri
Property Value
Type: System.Uri
See Also
EntitySelfLinks Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top