int? PageLimit { get; set; }
Property PageLimit As Integer? Get Set
property Nullable<int> PageLimit { Nullable<int> get (); void set (Nullable<int> value); }
abstract PageLimit : Nullable<int> with get, set
In This Article