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