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