StartTime
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string StartTime { get; set; }
Public Property StartTime As String
Get
Set
Dim instance As Stream
Dim value As String
value = instance.StartTime
instance.StartTime = value
member StartTime : string with get, set
/** @property */
public String get_StartTime()
/** @property */
public void set_StartTime(String value)
function get StartTime () : String
function set StartTime (value : String)
function get_StartTime();
function set_StartTime(value);
Property Value
Type:
StringSee Also