IFileSystemImage3VolumeName Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax string VolumeName { get; set; }
Property VolumeName As String
Get
Set
Dim instance As IFileSystemImage3
Dim value As String
value = instance.VolumeName
instance.VolumeName = value
abstract VolumeName : string with get, set
/** @property */
String get_VolumeName()
/** @property */
void set_VolumeName(String value)
function get VolumeName () : String
function set VolumeName (value : String)
function get_VolumeName();
function set_VolumeName(value);
Property Value
Type:
StringSee Also