Selerix Developer Tools
MaxStudentAge Field (UWLimitCC)






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

Field Value

Student age.
See Also

Reference

UWLimitCC Class
UWLimitCC Members