The maximum number of activations that is allowed. Once the UsedActivationsCount property reaches MaximumAllowedActivationsCount, no more license activations are allowed by the license service.

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

See Also