ServiceUrl property

String? get ServiceUrl
Gets the URL of the web service to use to manipulate documents at the sharing location.

Implementation

String? get ServiceUrl => this._serviceUrl;
set ServiceUrl (String? value)

Implementation

set ServiceUrl(String? value) => this._serviceUrl = value;