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