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