The system identifier of the machine/device on which the activation was performed on.

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

Syntax

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

See Also