SPSolutionLanguagePack.IBackupRestore.Name property
Gets and sets the name for the language pack.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Property Name As String Implements IBackupRestore.Name
Get
Set
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As String
value = CType(instance, IBackupRestore).Name
CType(instance, IBackupRestore).Name = value
stringIBackupRestore.Name { get; set; }
Property value
Type: System.String
The name of the language pack.
Implements
Remarks
The Name property serves as the name of the language pack in the user interface (UI) of stsadm.exe, the UI of Central Administration application, the UI of a SharePoint Management Shell cmdlet, and the UI of any custom backup and restore application.
This implementation always returns a string value, and the set accessor does nothing.
This member is an explicit interface member implementation. It can be used only when the SPSolutionLanguagePack instance is cast to an IBackupRestore interface.