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.Serialization
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
ODataSerializerContext Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top