Gets or sets the string value of a custom data to be embedded in a license key.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public string StringValue { get; set; }
Visual Basic
Public Property StringValue As String
	Get
	Set
Visual C++
public:
property String^ StringValue {
	String^ get ();
	void set (String^ value);
}

See Also