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 immediate children of the backup object.
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 SPBackupRestoreInformation
Dim value As SPBackupRestoreObjectCollection
value = instance.Children
public SPBackupRestoreObjectCollection Children { get; }
Property Value
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection
An SPBackupRestoreObjectCollection that represents the immediate child SPBackupRestoreObject objects of the SPBackupRestoreObject object that is itself the result of the current operation (if the operation is a backup), or is the source of the current operation (if the operation is a restore).
Remarks
SPBackupRestoreObject objects can be nested.
See Also
Reference
SPBackupRestoreInformation Class