| 
            
              IClientMaxConnectionAttempts Property
             | 
          
        
        
            Gets or sets the maximum number of times the client will attempt to connect to the server.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.258-beta
Syntaxint MaxConnectionAttempts { get; set; }Property MaxConnectionAttempts As Integer
	Get
	Set
property int MaxConnectionAttempts {
	int get ();
	void set (int value);
}abstract MaxConnectionAttempts : int with get, set
function get_MaxConnectionAttempts();
function set_MaxConnectionAttempts(value);
Property Value
Int32
See Also