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 the amount of disk space, in bytes, that is required to store a backup of the content represented by this object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private ReadOnly Property DiskSizeRequired As ULong
Implements IBackupRestore.DiskSizeRequired
Get
'Usage
Dim instance As SPIisWebServiceEndpoint
Dim value As ULong
value = CType(instance, IBackupRestore).DiskSizeRequired
ulongIBackupRestore.DiskSizeRequired { get; }
Property Value
Type: System.UInt64
Returns UInt64.
Implements
IBackupRestore.DiskSizeRequired
Remarks
See also DiskSizeRequired.