'Declaration
Public Overridable Property Section125 As Nullable(Of Boolean)
'Usage
Dim instance As Product Dim value As Nullable(Of Boolean) instance.Section125 = value value = instance.Section125
public virtual Nullable<bool> Section125 {get; set;}
public read-write property Section125: Nullable; virtual;
public function get,set Section125 : Nullable
public: __property virtual Nullable<bool> get_Section125(); public: __property virtual void set_Section125( Nullable<bool> value );
public: virtual property Nullable<bool> Section125 { Nullable<bool> get(); void set ( Nullable<bool> value); }