cAudioPlayerLineOutDriveIndex Property |
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 cAudioPlayerLineOut
Dim value As Integer
value = instance.DriveIndex
instance.DriveIndex = value
abstract DriveIndex : int with get, set
override DriveIndex : int with get, set
/** @property */
public final int get_DriveIndex()
/** @property */
public final void set_DriveIndex(int value)
final function get DriveIndex () : int
final function set DriveIndex (value : int)
function get_DriveIndex();
function set_DriveIndex(value);
Property Value
Type:
Int32Implements
cAudioCDPlayerDriveIndexSee Also