| Visual Basic (Declaration) | |
|---|---|
<DefaultValueAttribute()> <XmlAttributeAttribute("usesSeparateAppDomain")> <DescriptionAttribute("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")> Public Property UsesSeparateAppDomain As Boolean  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As LoggingElement Dim value As Boolean instance.UsesSeparateAppDomain = value value = instance.UsesSeparateAppDomain  | |
| C# | |
|---|---|
[DefaultValueAttribute()] [XmlAttributeAttribute("usesSeparateAppDomain")] [DescriptionAttribute("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")] public bool UsesSeparateAppDomain {get; set;}  | |
| C++/CLI | |
|---|---|
[DefaultValueAttribute()] [XmlAttributeAttribute("usesSeparateAppDomain")] [DescriptionAttribute("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")] public: property bool UsesSeparateAppDomain { bool get(); void set ( bool value); }  | |
Using a separate AppDomain for the IdeaBlade.Core.TracePublisher helps ensure the integrity of your Business Object Server. When using a separate AppDomain, if the TracePublisher fails for any reason the EntityServer is unaffected. This options is rarely used. 
            See the IdeaBlade.Core.TracePublisher for more information.
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