MusicTrackId Property

Soulstone

Soulstone
Gets the Music Track Id string name.

Namespace:  Soulstone.Data
Assembly:  Soulstone.Data (in Soulstone.Data.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string MusicTrackId { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property MusicTrackId As String
Visual C++
public:
static property String^ MusicTrackId {
	String^ get ();
}

See Also