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 maximum data service version of the model. The default value is 3.0.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Version MaxDataServiceVersion { get; set; }
public:
property Version^ MaxDataServiceVersion {
Version^ get();
void set(Version^ value);
}
member MaxDataServiceVersion : Version with get, set
Public Property MaxDataServiceVersion As Version
Property Value
Type: System.Version
The maximum data service version of the model.
See Also
ODataModelBuilder Class
System.Web.Http.OData.Builder Namespace
Return to top