ODataEntityReferenceLinkBase.EntityReferenceLink Property
Gets the wrapped ODataEntityReferenceLink.
Namespace: System.Web.OData.Formatter.Deserialization
Assembly: System.Web.OData (in System.Web.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.OData.Core.ODataEntityReferenceLink
See Also
ODataEntityReferenceLinkBase Class
System.Web.OData.Formatter.Deserialization Namespace
Return to top