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