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

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

Parameters

name
Type: SystemString
The name of the property.
value
Type: SystemString
The property's value.
See Also