Selerix Developer Tools
MaxAge Field (UWLimitCC)






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

Reference

UWLimitCC Class
UWLimitCC Members