Share via


ODataDeserializerContext.Model Property

 

Gets or sets the EDM model associated with the request.

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

Syntax

public IEdmModel Model {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property IEdmModel^ Model {
    [CompilerGeneratedAttribute]
    IEdmModel^ get();
    [CompilerGeneratedAttribute]
    void set(IEdmModel^ value);
}
member Model : IEdmModel with get, set
Public Property Model As IEdmModel

Property Value

Type: Microsoft.OData.Edm.IEdmModel

See Also

ODataDeserializerContext Class
System.Web.OData.Formatter.Deserialization Namespace

Return to top