CDROMInformationNames Property |
Gets a list of
String objects, each containing the name of a CD/DVD drive.
Namespace: com.softwarekey.Client.Utils.SystemComponentAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic List<string> Names { get; }
Public ReadOnly Property Names As List(Of String)
Get
public:
property List<String^>^ Names {
List<String^>^ get ();
}
Property Value
Type:
ListString
See Also