Selerix Developer Tools
MinAge Field (UWLimitCC)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > UWLimitCC Class : MinAge Field
The MinAge object specifies if the applicant meets the standardized minimum age for an applicant.
Syntax
'Declaration
 
Public MinAge As Nullable(Of Decimal)
'Usage
 
Dim instance As UWLimitCC
Dim value As Nullable(Of Decimal)
 
value = instance.MinAge
 
instance.MinAge = value
public Nullable<decimal> MinAge
public field MinAge: Nullable; 
public var MinAge : Nullable;
public: Nullable<decimal> MinAge
public:
Nullable<decimal> MinAge
See Also

Reference

UWLimitCC Class
UWLimitCC Members