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



Gets or sets the assembly that should be searched first for an embedded file when probing for the IdeaBlade configuration file.

Syntax

Visual Basic (Declaration) 
Public Shared Property ConfigFileAssembly As Assembly
Visual Basic (Usage)Copy Code
Dim value As Assembly
 
IdeaBladeConfig.ConfigFileAssembly = value
 
value = IdeaBladeConfig.ConfigFileAssembly
C# 
public static Assembly ConfigFileAssembly {get; set;}
C++/CLI 
public:
static property Assembly^ ConfigFileAssembly {
   Assembly^ get();
   void set (    Assembly^ value);
}

Remarks

If the file is not found, then the standard probing behavior is followed.

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.