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