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