DevForce Help Reference
ConfigFileAssembly Property


Gets or sets the assembly that should be searched first for an embedded file when probing for the IdeaBlade configuration file.
Syntax
'Declaration
 
Public Shared Property ConfigFileAssembly As Assembly
'Usage
 
Dim value As Assembly
 
IdeaBladeConfig.ConfigFileAssembly = value
 
value = IdeaBladeConfig.ConfigFileAssembly
public static Assembly ConfigFileAssembly {get; set;}
Remarks
If the file is not found, then the standard probing behavior is followed.
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