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) Version: 6.0.0.0 (6.0.1304.0)

Syntax

protected string ConfigurationFilePath { get; }
'Declaration
Protected ReadOnly Property ConfigurationFilePath As String
    Get
protected:
property String^ ConfigurationFilePath {
    String^ get ();
}

Property Value

Type: String

See Also

FileBasedConfigurationSource Class

FileBasedConfigurationSource Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace