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