FormsService.IBackupRestore.DiskSizeRequired Property

Reserved for internal use. Gets the amount of disk space, in bytes, that is required to store a backup of the content represented by the IBackupRestore object.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Private ReadOnly Property DiskSizeRequired As ULong
    Implements IBackupRestore.DiskSizeRequired
    Get
'Usage
Dim instance As FormsService
Dim value As ULong

value = CType(instance, IBackupRestore).DiskSizeRequired
ulong IBackupRestore.DiskSizeRequired { get; }

Property Value

Type: System.UInt64
The size, in bytes, that is required on the storage device to backup the data.

Implements

IBackupRestore.DiskSizeRequired

See Also

Reference

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace