| SystemComponentPropertyValue Property | 
Gets or sets the property value.
 
Namespace: com.softwarekey.Client.Utils.SystemComponentAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
 Syntax
Syntaxpublic string Value { get; set; }Public Property Value As String
	Get
	Set
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String See Also
See Also