SPSolutionLanguagePack class
Represents a language pack for a solution.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPSolutionLanguagePack
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("98541E50-1894-455b-BDA5-A5A2A4CEF7AF")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSolutionLanguagePack _
Inherits SPPersistedObject _
Implements IBackupRestoreConfiguration, IBackupRestore
'Usage
Dim instance As SPSolutionLanguagePack
[GuidAttribute("98541E50-1894-455b-BDA5-A5A2A4CEF7AF")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSolutionLanguagePack : SPPersistedObject,
IBackupRestoreConfiguration, IBackupRestore
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.