| VolumeLogicalDrive Property |
[This is preliminary documentation and is subject to change.]
Gets the volume's logical drive in the form [letter]:\
Namespace:
UsbEject
Assembly:
UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax public string LogicalDrive { get; }
Public ReadOnly Property LogicalDrive As String
Get
public:
property String^ LogicalDrive {
String^ get ();
}
member LogicalDrive : string with get
Property Value
Type:
StringSee Also