Freigeben über


SPSolutionLanguagePack.DeployedWebApplications-Eigenschaft

Ruft die Auflistung von Webanwendungen, die in denen entsprechende Sprachpaket bereitgestellt wird.

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

Syntax

'Declaration
Public ReadOnly Property DeployedWebApplications As Collection(Of SPWebApplication)
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Collection(Of SPWebApplication)

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

Eigenschaftswert

Typ: System.Collections.ObjectModel.Collection<SPWebApplication>
Eine Auflistung von SPWebApplication -Objekten.

Siehe auch

Referenz

SPSolutionLanguagePack Klasse

SPSolutionLanguagePack-Member

Microsoft.SharePoint.Administration-Namespace