[This is preliminary documentation and subject to change.]
The track number of this media, if available.
Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property TrackNumber As Integer |
| C# |
|---|
| public int TrackNumber { get; set; } |
| C++ |
|---|
| public property int TrackNumber sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_TrackNumber(); /** property */ public void set_TrackNumber(int value); |
| JScript |
|---|
| public function get TrackNumber() : int public function set TrackNumber(value : int); |