 | ConnectionStatus Property |
Status of the connection to the given server
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic ConnectStatus Status { get; }
Public ReadOnly Property Status As ConnectStatus
Get
public:
property ConnectStatus Status {
ConnectStatus get ();
}
member Status : ConnectStatus with get
Property Value
Type:
ConnectStatus
See Also