LicenseIDIdentifier Constructor (String, Int32) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic LicenseIDIdentifier(
string name,
int value
)
Public Sub New (
name As String,
value As Integer
)
public:
LicenseIDIdentifier(
String^ name,
int value
)
Parameters
- name
- Type: SystemString
The name of the LicenseIDIdentifier object. - value
- Type: SystemInt32
The License ID.
See Also