VolumeInfoSerialNumber Property |
Gets the volume serial number that the operating system assigns when a hard disk is formatted.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public long SerialNumber { get; }
Public ReadOnly Property SerialNumber As Long
Get
public:
property long long SerialNumber {
long long get ();
}
member SerialNumber : int64 with get
Property Value
Type:
Int64The volume serial number that the operating system assigns when a hard disk is formatted.
See Also