Share via


ODataSerializerContext.Items Property

 

Gets a property bag associated with this context to store any generic data.

Namespace:   System.Web.Http.OData.Formatter.Serialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public IDictionary<object, object> Items { get; private set; }
public:
property IDictionary<Object^, Object^>^ Items {
    IDictionary<Object^, Object^>^ get();
    private: void set(IDictionary<Object^, Object^>^ value);
}
member Items : IDictionary<Object, Object> with get, private set
Public Property Items As IDictionary(Of Object, Object)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.IDictionary<Object, Object>

See Also

ODataSerializerContext Class
System.Web.Http.OData.Formatter.Serialization Namespace

Return to top