DevForce Help Reference
IsDistributed Property


Gets or sets whether a distributed Object Server should be used.
Syntax
'Declaration
 
<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")>
<DefaultValueAttribute()>
Public Property IsDistributed As Boolean
'Usage
 
Dim instance As ClientSettingsElement
Dim value As Boolean
 
instance.IsDistributed = value
 
value = instance.IsDistributed
[Description("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.")]
[XmlAttribute("isDistributed")]
[DefaultValue()]
public bool IsDistributed {get; set;}
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 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

ClientSettingsElement Class
ClientSettingsElement Members

Send Feedback