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