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