FileBasedConfigurationSource.ConfigurationFilePath Property
Gets the path of the configuration file for the configuration source.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Protected ReadOnly Property ConfigurationFilePath As String
protected string ConfigurationFilePath { get; }
protected:
property String^ ConfigurationFilePath {
String^ get ();
}
protected function get ConfigurationFilePath () : String
See Also
FileBasedConfigurationSource Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace