HardDriveInformationVolumeSerialNumbers Property |
Gets a list of hard drive volume serial numbers.
Namespace: com.softwarekey.Client.Utils.SystemComponentAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic List<string> VolumeSerialNumbers { get; }
Public ReadOnly Property VolumeSerialNumbers As List(Of String)
Get
public:
property List<String^>^ VolumeSerialNumbers {
List<String^>^ get ();
}
Property Value
Type:
ListString
See Also