IdeaBlade DevForce 2010 Help Reference
IsDistributed Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > ClientSettingsElement Class : IsDistributed Property



Gets or sets whether a distributed Object Server should be used.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Determines whether an application server is used.  This can be set to false during development so that a separate server process does not need to be launched.")>
<XmlAttributeAttribute("isDistributed")>
Public Property IsDistributed As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ClientSettingsElement
Dim value As Boolean
 
instance.IsDistributed = value
 
value = instance.IsDistributed
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether an application server is used.  This can be set to false during development so that a separate server process does not need to be launched.")]
[XmlAttributeAttribute("isDistributed")]
public bool IsDistributed {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether an application server is used.  This can be set to false during development so that a separate server process does not need to be launched.")]
[XmlAttributeAttribute("isDistributed")]
public:
property bool IsDistributed {
   bool get();
   void set (    bool value);
}

Remarks

When true, the client application will communicate with a remote EntityServer. The EntityServer can be hosted by either the console or Windows service applications provided with DevForce, or under IIS or WAS.

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.