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