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