SPWebService.DiskSizeRequired Property
Gets the amount of disk space that is required to back up this Web service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property DiskSizeRequired As ULong
Get
'Usage
Dim instance As SPWebService
Dim value As ULong
value = instance.DiskSizeRequired
public ulong DiskSizeRequired { get; }
Property Value
Type: System.UInt64
A 64-bit integer containing the approximate disk space, in bytes, that the backup needs.
Implements
IBackupRestore.DiskSizeRequired