SPSolutionLanguagePackCollection class

Represents a collection of language packs associated with a solution.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPSolutionLanguagePack>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPSolutionLanguagePack>
      Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSolutionLanguagePackCollection _
    Inherits SPPersistedChildCollection(Of SPSolutionLanguagePack)
'Usage
Dim instance As SPSolutionLanguagePackCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSolutionLanguagePackCollection : SPPersistedChildCollection<SPSolutionLanguagePack>

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.

See also

Reference

SPSolutionLanguagePackCollection members

Microsoft.SharePoint.Administration namespace