'Declaration
Public Property Rows As Nullable(Of Integer)
'Usage
Dim instance As QuestionMemo Dim value As Nullable(Of Integer) instance.Rows = value value = instance.Rows
public Nullable<int> Rows {get; set;}
public read-write property Rows: Nullable;
public function get,set Rows : Nullable
public: __property Nullable<int> get_Rows(); public: __property void set_Rows( Nullable<int> value );
public: property Nullable<int> Rows { Nullable<int> get(); void set ( Nullable<int> value); }