Selerix Developer Tools
MaxDisabledAge Field (UWLimitCC)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > UWLimitCC Class : MaxDisabledAge Field
The MaxDisabledAge object specifies the maximum age of a disabled student.
Syntax
'Declaration
 
Public MaxDisabledAge As Nullable(Of Decimal)
'Usage
 
Dim instance As UWLimitCC
Dim value As Nullable(Of Decimal)
 
value = instance.MaxDisabledAge
 
instance.MaxDisabledAge = value
public Nullable<decimal> MaxDisabledAge
public field MaxDisabledAge: Nullable; 
public var MaxDisabledAge : Nullable;
public: Nullable<decimal> MaxDisabledAge
public:
Nullable<decimal> MaxDisabledAge
See Also

Reference

UWLimitCC Class
UWLimitCC Members