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