SPBackupRestoreConsoleObject.TopComponent property
Gets the name of the SharePoint Foundation component that is the top most component in the tree of components that the operation is backing up or restoring.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TopComponent As String
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As String
value = instance.TopComponent
public string TopComponent { get; }
Property value
Type: System.String
A String that names the top component in the tree of components for the operation.
See also
Reference
SPBackupRestoreConsoleObject class