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 the wrapped ODataEntityReferenceLink.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataEntityReferenceLink EntityReferenceLink { get; }
public:
property ODataEntityReferenceLink^ EntityReferenceLink {
ODataEntityReferenceLink^ get();
}
member EntityReferenceLink : ODataEntityReferenceLink with get
Public ReadOnly Property EntityReferenceLink As ODataEntityReferenceLink
Property Value
Type: Microsoft.Data.OData.ODataEntityReferenceLink
See Also
ODataEntityReferenceLinkBase Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top