Gets or sets the number of packets in each replication bulk sent to this gateway.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Nullable<int> BulkSize { get; set; }
Public Property BulkSize As Nullable(Of Integer) Get Set
public: property Nullable<int> BulkSize { Nullable<int> get (); void set (Nullable<int> value); }
/** @property */ public Nullable<int> get_BulkSize() /** @property */ public void set_BulkSize(Nullable<int> value)