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) | ![]() |
---|---|
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); } |
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.
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