Selerix Developer Tools
EnrollThroughDate Property (Application)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : EnrollThroughDate Property
Gets or sets the enroll through date. Last date when changes to application is allowed.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Overridable Property EnrollThroughDate As Nullable(Of Date)
'Usage
 
Dim instance As Application
Dim value As Nullable(Of Date)
 
instance.EnrollThroughDate = value
 
value = instance.EnrollThroughDate
[XmlElement()]
public virtual Nullable<DateTime> EnrollThroughDate {get; set;}
public read-write property EnrollThroughDate: Nullable; virtual; 
XmlElementAttribute()
public function get,set EnrollThroughDate : Nullable
[XmlElement()]
public: __property virtual Nullable<DateTime> get_EnrollThroughDate();
public: __property virtual void set_EnrollThroughDate( 
   Nullable<DateTime> value
);
[XmlElement()]
public:
virtual property Nullable<DateTime> EnrollThroughDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

The enroll through date.
See Also

Reference

Application Class
Application Members