PlaylistTrackInfoIndex Property
Gets the track index.
Don't set this value manually.
This value is automatically set by some of the
PlaylistEditor methods,
and has any effect for other purposes.
Namespace: DevCase.Core.Media.SoundAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Index { get; set; }
Public Property Index As Integer
Get
Set
Dim instance As PlaylistTrackInfo
Dim value As Integer
value = instance.Index
instance.Index = value
public:
property int Index {
int get ();
void set (int value);
}
member Index : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The track index.