Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the EDM model associated with the request.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.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.Data.Edm.IEdmModel
See Also
ODataDeserializerContext Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top