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 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