 | ClientUniqueIdentifier Property |
Unique ID for this client. Stays the same after restarting the application, so you can use this to identify individual users
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic string UniqueIdentifier { get; }
Public ReadOnly Property UniqueIdentifier As String
Get
public:
property String^ UniqueIdentifier {
String^ get ();
}
member UniqueIdentifier : string with get
Property Value
Type:
String
See Also