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.
The full UNC path that was the target of the backup or the source of the restore operation.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Directory As String
Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As String
value = instance.Directory
public string Directory { get; }
Property Value
Type: System.String
A String that represents the full path to where the components were backed up.
Remarks
Compare with DirectoryName.
See Also
Reference
SPBackupRestoreHistoryObject Class