DeployLX Software Protection System

OrLimit Class

Logical limit that can be used to provide alternate license rules.

Syntax

<SerializableAttribute> _
Public Class OrLimit _
	Inherits Limit
[SerializableAttribute]
public class OrLimit : Limit

Remarks

Use the OrLimit to group a collection of limits together. During validation if any of the child limits are valid, the whole collection is valid.

See the Or Limit Reference for more information.

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.v5..::..OrLimit

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also