IPWorks 2020 JavaScript Edition

Questions / Feedback?

ServiceRootURI Property

The root URI of an OData service.

Syntax


 getServiceRootURI(): string;

 setServiceRootURI(serviceRootURI: string): void;

Default Value

""

Remarks

This property contains the root URI of an OData service. This value is used in conjunction with ResourcePath (ServiceRootURI/ResourcePath) to query feeds and modify entries.

For example, the ServiceRootURI of the OData sample service is: "http://services.odata.org/OData/OData.svc/".

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]