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 the URI of the data service.
get_serviceUri: function()
Usage
var a = exampleDataService.get_serviceUri();
Return Value
A string that contains the URI of the data service.
Remarks
Use the serviceUri property to retrieve the URI of the data service that is used for data operations. The serviceUri property returns the same value that was passed in the serviceUri parameter of the AdoNetServiceProxy class constructor.