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