UtilVolumeSerialNumber Property
Gets the serial number, in Hexadecimal, that the operating system assigned to the current volume.
Namespace: DevCase.Core.IO.Devices.DrivesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string SerialNumber { get; }
Public Shared ReadOnly Property SerialNumber As String
Get
Dim value As String
value = UtilVolume.SerialNumber
public:
static property String^ SerialNumber {
String^ get ();
}
static member SerialNumber : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The serial number, in Hexadecimal, that the operating system assigned to the current volume,
or
in case of the function failed to retrieve the value.