The numeric identifier for the license data to which the license activation data belongs to.

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

See Also