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