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