IdeaBlade DevForce 2010 Help Reference
ObjectServer Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > IdeaBladeConfig Class : ObjectServer Property



Object Server configuration information.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute("objectServer")>
<DescriptionAttribute("Object Server information - Applicable to both Client and Server")>
Public Property ObjectServer As ObjectServerElement
Visual Basic (Usage)Copy Code
Dim instance As IdeaBladeConfig
Dim value As ObjectServerElement
 
instance.ObjectServer = value
 
value = instance.ObjectServer
C# 
[XmlElementAttribute("objectServer")]
[DescriptionAttribute("Object Server information - Applicable to both Client and Server")]
public ObjectServerElement ObjectServer {get; set;}
C++/CLI 
[XmlElementAttribute("objectServer")]
[DescriptionAttribute("Object Server information - Applicable to both Client and Server")]
public:
property ObjectServerElement^ ObjectServer {
   ObjectServerElement^ get();
   void set (    ObjectServerElement^ value);
}

Remarks

Settings for 2-tier and n-tier configuration of both client and server.

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.