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