Share via


SPBackupRestoreConfigurationSettings.PreviousBackupLocation property

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

SPBackupRestoreConfigurationSettings members

Microsoft.SharePoint.Administration.Backup namespace