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

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

Parameters

name
Type: SystemString
The name of the SystemIdentifier (i.e. NicIdentifier1).
value
Type: SystemString
The identifier's value.
See Also