Selerix Developer Tools
NeedCalculatePostEnrollmentDeliveries Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : NeedCalculatePostEnrollmentDeliveries Property
Gets or sets a value indicating whether [need calculate post enrollment deliveries].
Syntax
'Declaration
 
Public Property NeedCalculatePostEnrollmentDeliveries As Nullable(Of Boolean)
'Usage
 
Dim instance As Applicant
Dim value As Nullable(Of Boolean)
 
instance.NeedCalculatePostEnrollmentDeliveries = value
 
value = instance.NeedCalculatePostEnrollmentDeliveries
public Nullable<bool> NeedCalculatePostEnrollmentDeliveries {get; set;}
public read-write property NeedCalculatePostEnrollmentDeliveries: Nullable; 
public function get,set NeedCalculatePostEnrollmentDeliveries : Nullable
public: __property Nullable<bool> get_NeedCalculatePostEnrollmentDeliveries();
public: __property void set_NeedCalculatePostEnrollmentDeliveries( 
   Nullable<bool> value
);
public:
property Nullable<bool> NeedCalculatePostEnrollmentDeliveries {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}

Property Value

true if [need calculate post enrollment deliveries]; otherwise, false.
See Also

Reference

Applicant Class
Applicant Members