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 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