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
Public ReadOnly Property Children As SPBackupRestoreObjectCollection
Get
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.