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