CurrentDriveNumber Property

Summary

Gets or sets the current drive number.

Syntax
C#
VB
C++
public int CurrentDriveNumber { get; set; } 
Public Property CurrentDriveNumber As Integer 
public: 
property int CurrentDriveNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer value representing the current writable drive selected.

Remarks

Gets or sets a zero-based index of the currently selected writable drive. To retrieve the count of drives that support media writing, look at the Count property on the Drives list. When setting the current drive, the drive to be selected must be in the idle state to succeed. See also MediaWriterDrive.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly