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