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