public Nullable<bool> InlcudeNA { get; set; }
Public Property InlcudeNA As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> InlcudeNA { Nullable<bool^> get (); void set (Nullable<bool^> value); }