adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / ConnectionOptions Property


In This Topic
    ConnectionOptions Property
    In This Topic
    Gets or sets options for the connection to the Agent.
    Syntax
    'Declaration
     
    
    Public Property ConnectionOptions As AgentConnectionOptions
    public AgentConnectionOptions ConnectionOptions {get; set;}
    public:
    property AgentConnectionOptions ConnectionOptions {
       AgentConnectionOptions get();
       void set (    AgentConnectionOptions value);
    }
    See Also