The IP address of the machine from which the license was activated.

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 IPAddress { get; set; }
Visual Basic
Public Property IPAddress As String
	Get
	Set
Visual C++
public:
property String^ IPAddress {
	String^ get ();
	void set (String^ value);
}

See Also