Share via


HttpRequestMessageProperties.Model Property

 

Gets or sets the EDM model associated with the request.

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

Syntax

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

Property Value

Type: Microsoft.Data.Edm.IEdmModel

See Also

HttpRequestMessageProperties Class
System.Web.Http.OData.Extensions Namespace

Return to top