Server Property (DB2ConnectionStringBuilder)
Gets or sets the host and port to connect to. For example, "db2server:5000". Port may be omitted.
            
            
            
            
            
            
            
            'Declaration
 
Public Property Server As String
             
        
            
            public string Server {get; set;}
             
        
             
        
            
            
            Property Value
The host and port to connect to, separated with a colon.