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