 | LibraryCustomDevices Property |
List of all currently existing custom devices
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic static ICollection<CustomDevice> CustomDevices { get; }
Public Shared ReadOnly Property CustomDevices As ICollection(Of CustomDevice)
Get
public:
static property ICollection<CustomDevice^>^ CustomDevices {
ICollection<CustomDevice^>^ get ();
}
static member CustomDevices : ICollection<CustomDevice> with get
Property Value
Type:
ICollectionCustomDevice
See Also