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