Selerix Developer Tools
TerminateDate Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EnrollmentRule Class : TerminateDate Property
Date on which coverage will be auto-terminated
Syntax
'Declaration
 
Public Property TerminateDate As Nullable(Of Date)
'Usage
 
Dim instance As EnrollmentRule
Dim value As Nullable(Of Date)
 
instance.TerminateDate = value
 
value = instance.TerminateDate
public Nullable<DateTime> TerminateDate {get; set;}
public read-write property TerminateDate: Nullable; 
public function get,set TerminateDate : Nullable
public: __property Nullable<DateTime> get_TerminateDate();
public: __property void set_TerminateDate( 
   Nullable<DateTime> value
);
public:
property Nullable<DateTime> TerminateDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}
See Also

Reference

EnrollmentRule Class
EnrollmentRule Members