Gets or sets maximum conncurent connections server accepts.

Syntax
| C# | Visual Basic | Managed C++ |
public int MaximumConnections { get; set; }Public Property MaximumConnections As Integer
public:
int MaximumConnections {
int get ();
void set (int value);
}Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)