ODataEntityReferenceLinkBase.EntityReferenceLink Property
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