ImageTagMine_Type Property |
Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string Mine_Type { get; set; }
Public Property Mine_Type As String
Get
Set
Dim instance As ImageTag
Dim value As String
value = instance.Mine_Type
instance.Mine_Type = value
member Mine_Type : string with get, set
/** @property */
public String get_Mine_Type()
/** @property */
public void set_Mine_Type(String value)
function get Mine_Type () : String
function set Mine_Type (value : String)
function get_Mine_Type();
function set_Mine_Type(value);
Property Value
Type:
StringSee Also