SPBackupRestoreObject.FullPath Property

Gets the full path, in the tree of components, of the component represented by the SPBackupRestoreObject.

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

Syntax

'Declaration
Public ReadOnly Property FullPath As String
    Get
'Usage
Dim instance As SPBackupRestoreObject
Dim value As String

value = instance.FullPath
public string FullPath { get; }

Property Value

Type: System.String
A String that represents the path of the component in the farm's tree of components.

See Also

Reference

SPBackupRestoreObject Class

SPBackupRestoreObject Members

Microsoft.SharePoint.Administration.Backup Namespace