| 
            
              XMLConfigurationLoaderFilePath Property
             | 
          
        
        
            Gets or sets the path to the XML file.
            
        
        Namespace: GSF.TimeSeries.ConfigurationAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic string FilePath { get; set; }Public Property FilePath As String
	Get
	Set
public:
property String^ FilePath {
	String^ get ();
	void set (String^ value);
}member FilePath : string with get, set
function get_FilePath();
function set_FilePath(value);
 View SourceProperty Value
String
See Also