AudioCDPlayerDriveIndex Property |
The drive index to operate.
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int DriveIndex { get; set; }
Public Property DriveIndex As Integer
Get
Set
Dim instance As AudioCDPlayer
Dim value As Integer
value = instance.DriveIndex
instance.DriveIndex = value
member DriveIndex : int with get, set
/** @property */
public int get_DriveIndex()
/** @property */
public void set_DriveIndex(int value)
function get DriveIndex () : int
function set DriveIndex (value : int)
function get_DriveIndex();
function set_DriveIndex(value);
Property Value
Type:
Int32See Also