AudioCDRipperDrives Property |
The audio device source.
Namespace:
CSAudioCDRipper
Assembly:
CSAudioCDRipper (in CSAudioCDRipper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax[TypeConverterAttribute(typeof(ListTypeCDDVDDrives))]
public string Drives { get; set; }
<TypeConverterAttribute(GetType(ListTypeCDDVDDrives))>
Public Property Drives As String
Get
Set
Dim instance As AudioCDRipper
Dim value As String
value = instance.Drives
instance.Drives = value
[<TypeConverterAttribute(typeof(ListTypeCDDVDDrives))>]
member Drives : string with get, set
/** @property */
/** @attribute TypeConverterAttribute(ListTypeCDDVDDrives) */
public String get_Drives()
/** @property */
/** @attribute TypeConverterAttribute(ListTypeCDDVDDrives) */
public void set_Drives(String value)
function get Drives () : String
function set Drives (value : String)
function get_Drives();
function set_Drives(value);
Property Value
Type:
String
See Also