DeployLX Software Protection System

Limit..::..GetOrdinal Method

Gets the ordinal of the Limit in the SecureLicense.

Syntax

Public Function GetOrdinal As Integer
public int GetOrdinal()

Return Value

Returns the ordinal of the limit in the license. If the license is not set then the return is -1.

Remarks

The ordinal of a Limit is determined by it's relative order in the output XML such that those limits that appear first in the license XML have a lower ordinal than those that appear later.

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

See Also