Selerix Developer Tools
MaxAge Field (RelationshipCC)






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

Reference

RelationshipCC Class
RelationshipCC Members