DevForce Help Reference
ConfigFileLocation Property


Gets or sets the directory that should be searched first when probing for the IdeaBlade configuration file.
Syntax
'Declaration
 
Public Shared Property ConfigFileLocation As String
'Usage
 
Dim value As String
 
IdeaBladeConfig.ConfigFileLocation = value
 
value = IdeaBladeConfig.ConfigFileLocation
public static string ConfigFileLocation {get; set;}
Remarks
If the file is not found, then the standard probing behavior is followed.

Not applicable in a Silverlight application.

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