Selerix Developer Tools
Student Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : Student Property
Gets or sets if applicant is a student. The Student property read-writes the student status of the applicant (boolean).
Syntax
'Declaration
 
Public Overridable Property Student As Nullable(Of Boolean)
'Usage
 
Dim instance As Applicant
Dim value As Nullable(Of Boolean)
 
instance.Student = value
 
value = instance.Student
public virtual Nullable<bool> Student {get; set;}
public read-write property Student: Nullable; virtual; 
public function get,set Student : Nullable
public: __property virtual Nullable<bool> get_Student();
public: __property virtual void set_Student( 
   Nullable<bool> value
);
public:
virtual property Nullable<bool> Student {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}
See Also

Reference

Applicant Class
Applicant Members