EntitySelfLinks.ReadLink Property
A URL that can be used to retrieve a copy of the resource.
Namespace: System.Web.OData.Formatter.Serialization
Assembly: System.Web.OData (in System.Web.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.OData.Formatter.Serialization Namespace
Return to top