'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); }