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
'Declaration
 
Public MaxAge As Nullable(Of Decimal)
'Usage
 
Dim instance As RelationshipCC
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

RelationshipCC Class
RelationshipCC Members