Selerix Developer Tools
EnrollmentStartDate Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : EnrollmentStartDate Property
Gets or sets the enrollment start date.
Syntax
'Declaration
 
Public Overridable Property EnrollmentStartDate As Nullable(Of Date)
'Usage
 
Dim instance As Portfolio
Dim value As Nullable(Of Date)
 
instance.EnrollmentStartDate = value
 
value = instance.EnrollmentStartDate
public virtual Nullable<DateTime> EnrollmentStartDate {get; set;}
public read-write property EnrollmentStartDate: Nullable; virtual; 
public function get,set EnrollmentStartDate : Nullable
public: __property virtual Nullable<DateTime> get_EnrollmentStartDate();
public: __property virtual void set_EnrollmentStartDate( 
   Nullable<DateTime> value
);
public:
virtual property Nullable<DateTime> EnrollmentStartDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

The enrollment start date.
See Also

Reference

Portfolio Class
Portfolio Members