MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
DiscTrackNumber Property
NamespacesMPfm.SoundAudioFileDiscTrackNumber
Returns the disc and track number in string format. If the disc number is zero, it will return the track number (ex: 10). If the disc number is higher than zero, it will return the disc number and the track number separated by a comma (ex: 1.10).
Declaration Syntax
C#Visual Basic
public string DiscTrackNumber { get; }
Public ReadOnly Property DiscTrackNumber As String
	Get

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)