 | LibrarySpeedLimitDown Property |
To get the download speed limit for all virtual servers in bytes/s
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic static ulong SpeedLimitDown { get; set; }
Public Shared Property SpeedLimitDown As ULong
Get
Set
public:
static property unsigned long long SpeedLimitDown {
unsigned long long get ();
void set (unsigned long long value);
}
static member SpeedLimitDown : uint64 with get, set
Property Value
Type:
UInt64
See Also