Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Tag[] Tags { get; set; }
Public Property Tags As Tag()
Get
Set
Dim instance As Stream
Dim value As Tag()
value = instance.Tags
instance.Tags = value
member Tags : Tag[] with get, set
/** @property */
public Tag[] get_Tags()
/** @property */
public void set_Tags(Tag[] value)
function get Tags () : Tag[]
function set Tags (value : Tag[])
function get_Tags();
function set_Tags(value);
Property Value
Type:
TagSee Also