Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ImageType Type { get; set; }
Public Property Type As ImageType
Get
Set
Dim instance As ImageTag
Dim value As ImageType
value = instance.Type
instance.Type = value
member Type : ImageType with get, set
/** @property */
public ImageType get_Type()
/** @property */
public void set_Type(ImageType value)
function get Type () : ImageType
function set Type (value : ImageType)
function get_Type();
function set_Type(value);
Property Value
Type:
ImageTypeSee Also