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 or sets the UNC path of the last backup location before the current backup location.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PreviousBackupLocation As String
Get
Friend Set
'Usage
Dim instance As SPBackupRestoreConfigurationSettings
Dim value As String
value = instance.PreviousBackupLocation
public string PreviousBackupLocation { get; internal set; }
Property Value
Type: System.String
A String that represents the path to the last backup folder.
See Also
Reference
SPBackupRestoreConfigurationSettings Class