 | LibraryIsInitialized Property |
true if the TeamSpeak library has been loaded and initialized; otherwise, false
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic static bool IsInitialized { get; }
Public Shared ReadOnly Property IsInitialized As Boolean
Get
public:
static property bool IsInitialized {
bool get ();
}
static member IsInitialized : bool with get
Property Value
Type:
Boolean
See Also