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.