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