Visual Basic (Declaration) | |
---|---|
<XmlElementAttribute("objectServer")> <DescriptionAttribute("Object Server information - Applicable to both Client and Server")> Public Property ObjectServer As ObjectServerElement |
Visual Basic (Usage) | ![]() |
---|---|
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); } |
Settings for 2-tier and n-tier configuration of both client and server.
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