DevForce Help Reference
ConfigFileName Property


Gets the local path and filename of the application (executable) configuration file. Returns null if none exists.
Syntax
'Declaration
 
Public Shared ReadOnly Property ConfigFileName As String
'Usage
 
Dim value As String
 
value = IdeaBladeConfig.ConfigFileName
public static string ConfigFileName {get;}
Remarks
Note that this file is not necessarily the same configuration file from which the IdeaBladeConfig was loaded.

Only applicable to .NET applications.

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

IdeaBladeConfig Class
IdeaBladeConfig Members

Send Feedback