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