Gets the name of the program. Empty if unavailable.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
Dim instance As ProgramInfo
Dim value As String
value = instance.Name
member Name : string with get
/** @property */
public String get_Name()
function get Name () : String
Property Value
Type:
String
See Also