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 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