| ProcessorVendorIdentifier Constructor (String, String) | 
 
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic ProcessorVendorIdentifier(
	string name,
	string value
)
Public Sub New ( 
	name As String,
	value As String
)
public:
ProcessorVendorIdentifier(
	String^ name, 
	String^ value
)
Parameters
- name
 - Type: SystemString
The name of the ProcessorVendorIdentifier object. - value
 - Type: SystemString
The processor's vendor or manufacturer. 
See Also