SPDatabaseService.PacketSize property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PacketSize As Integer
Get
Set
'Usage
Dim instance As SPDatabaseService
Dim value As Integer
value = instance.PacketSize
instance.PacketSize = value
public int PacketSize { get; set; }
Property value
Type: System.Int32