Retreive the drive serial number.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetVolumeSerial ( _
	driveLetter As String _
) As String
C#
public static string GetVolumeSerial(
	string driveLetter
)

Parameters

driveLetter
Type: System..::..String

Return Value

See Also