ODataEntryWithNavigationLinks.Entry Property
Gets the wrapped ODataEntry.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataEntry Entry { get; }
public:
property ODataEntry^ Entry {
ODataEntry^ get();
}
member Entry : ODataEntry with get
Public ReadOnly Property Entry As ODataEntry
Property Value
Type: Microsoft.Data.OData.ODataEntry
See Also
ODataEntryWithNavigationLinks Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top