Selerix Developer Tools
MaxAmount Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > UWLimitCC Class : MaxAmount Field
The MaxAmount object specifies if the applicant has reached the maximum age limit for continued coverage.
Syntax
'Declaration
 
Public MaxAmount As Nullable(Of Decimal)
'Usage
 
Dim instance As UWLimitCC
Dim value As Nullable(Of Decimal)
 
value = instance.MaxAmount
 
instance.MaxAmount = value
public Nullable<decimal> MaxAmount
public field MaxAmount: Nullable; 
public var MaxAmount : Nullable;
public: Nullable<decimal> MaxAmount
public:
Nullable<decimal> MaxAmount
See Also

Reference

UWLimitCC Class
UWLimitCC Members