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