ServiceUrl property

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

Implementation

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

Implementation

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