| TuneInformationTrack Property |
A unique identifier for the tune; e.g., the track number within
a collection.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Track { get; }Public ReadOnly Property Track As String
Get
public:
property String^ Track {
String^ get ();
}member Track : string with get
Property Value
Type:
String
See Also