The numeric identifier for the license activation data.

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 Nullable<int> LicenseActivationId { get; set; }
Visual Basic
Public Property LicenseActivationId As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
property Nullable<int> LicenseActivationId {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also