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