Drive the iPod is using.


Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DriveLetter As String
C#
public string DriveLetter { get; }
C++
public property string DriveLetter sealed  {
    String get();
}
J#
/** property */
public string get_DriveLetter();
JScript
public function get DriveLetter() : String

See Also