Click or drag to resize
LicenseIDIdentifier Constructor (String, Int32)
Creates a new LicenseIDIdentifier object, initialized with the name and value.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public LicenseIDIdentifier(
	string name,
	int value
)

Parameters

name
Type: SystemString
The name of the LicenseIDIdentifier object.
value
Type: SystemInt32
The License ID.
See Also