 | ConnectionAllClients Property |
A list of all currently visible clients on the virtual server
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic ICollection<Client> AllClients { get; }
Public ReadOnly Property AllClients As ICollection(Of Client)
Get
public:
property ICollection<Client^>^ AllClients {
ICollection<Client^>^ get ();
}
member AllClients : ICollection<Client> with get
Property Value
Type:
ICollectionClient
See Also