DevForce Help Reference
ObjectServer Property


Object Server configuration information.
Syntax
'Declaration
 
<DescriptionAttribute("Object Server information - Applicable to both Client and Server")>
<XmlElementAttribute("objectServer")>
Public Property ObjectServer As ObjectServerElement
'Usage
 
Dim instance As IdeaBladeConfig
Dim value As ObjectServerElement
 
instance.ObjectServer = value
 
value = instance.ObjectServer
[Description("Object Server information - Applicable to both Client and Server")]
[XmlElement("objectServer")]
public ObjectServerElement ObjectServer {get; set;}
Remarks
Settings for 2-tier and n-tier configuration of both client and server.
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

IdeaBladeConfig Class
IdeaBladeConfig Members

Send Feedback