URL
The root URL of the OData services file, also called the service root URL. For example, http://services.odata.org/V4/Northwind/Northwind.svc.
Data Type
string
Default Value
""
Remarks
The service root is generally the first part of a longer URL that that includes a resource path and query options.
For example, in the URL:
http://host:port/path/SampleService.svc/Categories(1)/Products?$top=2$orderby=Name
- the service root URL is http://host:port/path/SampleService.svc/.'
- the resource path is Categories(1)/Products?, and
- the query options are $top=2$orderby=Name.