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 space needed on a disk to backup the provider object.
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 SPUserCodeProvider
Dim value As ULong
value = instance.DiskSizeRequired
public ulong DiskSizeRequired { get; }
Property Value
Type: System.UInt64
The amount of space needed.
Implements
IBackupRestore.DiskSizeRequired
Remarks
This implementation always returns 0.