Partager via


SPSolutionLanguagePack.DeployedWebApplications - Propriété

Obtient la collection des applications web sur lequel ce pack de langue est déployé.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DeployedWebApplications As Collection(Of SPWebApplication)
    Get
'Utilisation
Dim instance As SPSolutionLanguagePack
Dim value As Collection(Of SPWebApplication)

value = instance.DeployedWebApplications
public Collection<SPWebApplication> DeployedWebApplications { get; }

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<SPWebApplication>
Collection d'objets SPWebApplication .

Voir aussi

Référence

SPSolutionLanguagePack classe

SPSolutionLanguagePack - Membres

Microsoft.SharePoint.Administration - Espace de noms