IdeaBlade DevForce 2010 Help Reference
ServerSettingsElement Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace : ServerSettingsElement Class



Represents server-specific configuration information for the EntityServer.

Syntax

Visual Basic (Declaration) 
Public Class ServerSettingsElement 
Visual Basic (Usage)Copy Code
Dim instance As ServerSettingsElement
C# 
public class ServerSettingsElement 
C++/CLI 
public ref class ServerSettingsElement 

Remarks

Corresponds to the serverSettings element in the IdeaBlade configuration section. All properties here are applicable to only the server. Most settings are only important when running n-tier, i.e. using an application server. In 2-tier applications, both client and server functions are performed within the same application and not distributed across a network.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.Configuration.ServerSettingsElement

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.