Click or drag to resize

DiskDriveInfoSerialNumber Property

Win32_DiskDrive: SerialNumber: Number allocated by the manufacturer to identify the physical media.

Namespace:  Xcalibur.Models.Hardware.Disk
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public string SerialNumber { get; set; }

Property Value

Type: String
The serial number.

Implements

IDiskDriveInfoSerialNumber
See Also