Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the initial starting size for this table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property MinimumCapacity As Integer
Get
Set
'Usage
Dim instance As DataTableSurrogate
Dim value As Integer
value = instance.MinimumCapacity
instance.MinimumCapacity = value
public int MinimumCapacity { get; set; }
public:
property int MinimumCapacity {
int get ();
void set (int value);
}
member MinimumCapacity : int with get, set
function get MinimumCapacity () : int
function set MinimumCapacity (value : int)
Property Value
Type: System.Int32
The initial starting size in rows of this table.