|
RestWebServiceMetadataProviderServiceUri Property
|
Gets or sets the URI where the REST web service is hosted.
Namespace: GSF.Historian.MetadataProvidersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic string ServiceUri { get; set; }
Public Property ServiceUri As String
Get
Set
public:
property String^ ServiceUri {
String^ get ();
void set (String^ value);
}
member ServiceUri : string with get, set
function get_ServiceUri();
function set_ServiceUri(value);
View SourceProperty Value
String
See Also