| 
            
              WebServiceConfigurationLoaderURI Property
             | 
          
        
        
            Gets or sets the URI for the web service.
            
        
        Namespace: GSF.TimeSeries.ConfigurationAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic string URI { get; set; }Public Property URI As String
	Get
	Set
public:
property String^ URI {
	String^ get ();
	void set (String^ value);
}member URI : string with get, set
function get_URI();
function set_URI(value);
 View SourceProperty Value
String
See Also