Url Property (ReportServiceSettings)
In This Topic
Gets or sets the URL used to connect to the Web API.
Syntax
'Declaration
Public Property Url As String
public string Url {get; set;}
Property Value
The base URL of the Web API as a
System.String.
See Also