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