Public Property BatchSize As Integer
public int BatchSize { get; set; }
public: property int BatchSize { int get (); void set (int value); }
function get_batchSize(); function set_batchSize(value);