SPSolutionLanguagePack.IBackupRestore.DiskSizeRequired property

Gets the disk space that is required to back up the language pack.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

Type: System.UInt64
An unsigned 64-bit integer that indicates the approximate disk space, in bytes, that is required to back up the language pack.

Implements

IBackupRestore.DiskSizeRequired

Remarks

This member is an explicit interface member implementation. It can be used only when the SPSolutionLanguagePack instance is cast to an IBackupRestore interface.

See also

Reference

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace