DriveId Property
The unique id of the selected drive.
Syntax
[VB.NET] Public Property DriveId As String
[C#] public string DriveId {get; set;}
Remarks
This property returns the Id of the drive specified by DriveIndex.
The drive Id uniquely identifies the drive, and is used as a parameter to the GetDriveInfo method.
This property is not available at design time.
Default Value
""