SPBackupRestoreObject.Children property

Gets a collection of objects that represent the child components of the component that the SPBackupRestoreObject object represents.

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

Syntax

'Declaration
Public ReadOnly Property Children As SPBackupRestoreObjectCollection
    Get
'Usage
Dim instance As SPBackupRestoreObject
Dim value As SPBackupRestoreObjectCollection

value = instance.Children
public SPBackupRestoreObjectCollection Children { get; }

Property value

Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection
A SPBackupRestoreObjectCollection whose members each represent one of the child components of component represented by the SPBackupRestoreObject object.

Remarks

For example, if the SPBackupRestoreObject object represents a Web application, each content database in that Web application will be represented by a SPBackupRestoreObject object in Children.

See also

Reference

SPBackupRestoreObject class

SPBackupRestoreObject members

Microsoft.SharePoint.Administration.Backup namespace