Click or drag to resize
RoleMoneyValuesNteLimit Property
Authorization limit, only non-negative values are accepted. 922337203685477.5807 (max. money value) means “no limit”. Allowed values are 0 - 99999999999.99; also special value of 922337203685477.5807 is allowed (means “unlimited”).

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<decimal> NteLimit { get; set; }

Property Value

Type: NullableDecimal
See Also