public Nullable<int> MaxHistoryCount { get; set; }
Public Property MaxHistoryCount As Nullable(Of Integer) Get Set
public: property Nullable<int^> MaxHistoryCount { Nullable<int^> get (); void set (Nullable<int^> value); }