NET Logging Library
ExternalConfigurationFilePath Property



KellermanSoftware.NetLoggingLibrary Namespace > AppConfigLogic Class : ExternalConfigurationFilePath Property
Set the file path for the configuration file
Syntax
Public Shared Property ExternalConfigurationFilePath As String
Dim value As String
 
AppConfigLogic.ExternalConfigurationFilePath = value
 
value = AppConfigLogic.ExternalConfigurationFilePath
public static string ExternalConfigurationFilePath {get; set;}
public:
static property String^ ExternalConfigurationFilePath {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppConfigLogic Class
AppConfigLogic Members