 | ConnectionMaxClients Property |
Defines maximum number of clients which may connect to this server. Needs to be requested using
RefreshVariables.
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic int MaxClients { get; }
Public ReadOnly Property MaxClients As Integer
Get
public:
property int MaxClients {
int get ();
}
member MaxClients : int with get
Property Value
Type:
Int32
See Also