| SystemComponentProperty Constructor (String, String) | 
 
Namespace: com.softwarekey.Client.Utils.SystemComponentAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
 Syntax
Syntaxpublic SystemComponentProperty(
	string name,
	string value
)
Public Sub New ( 
	name As String,
	value As String
)
public:
SystemComponentProperty(
	String^ name, 
	String^ value
)
Parameters
- name
- Type: SystemString
 The name of the property.
- value
- Type: SystemString
 The property's value.
 See Also
See Also