ChapterInfoIndex Property |
Gets the chapter index.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Index { get; }
Public ReadOnly Property Index As Integer
Get
Dim instance As ChapterInfo
Dim value As Integer
value = instance.Index
member Index : int with get
/** @property */
public int get_Index()
function get Index () : int
Property Value
Type:
Int32
See Also