Gets or sets the EDM model associated with the request.
Namespace:   System.Web.OData.Formatter.Serialization
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
ODataSerializerContext Class
System.Web.OData.Formatter.Serialization Namespace
Return to top