SPBackupRestoreConsoleObject.LocalizedBackupMethod Property
Gets a name for the backup method in the language of the current culture.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LocalizedBackupMethod As String
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As String
value = instance.LocalizedBackupMethod
public string LocalizedBackupMethod { get; }
Property Value
Type: System.String
A String that represents the translated name of BackupMethod.
See Also
Reference
SPBackupRestoreConsoleObject Class
SPBackupRestoreConsoleObject Members