IdeaBlade DevForce 2010 Help Reference
ConfigFileName Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > IdeaBladeConfig Class : ConfigFileName Property



Gets the local path and filename of the application (executable) configuration file. Returns null if none exists.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property ConfigFileName As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = IdeaBladeConfig.ConfigFileName
C# 
public static string ConfigFileName {get;}
C++/CLI 
public:
static property String^ ConfigFileName {
   String^ get();
}

Remarks

Note that this file is not necessarily the same configuration file from which the IdeaBladeConfig was loaded.

Not applicable in a Silverlight application.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.