SPSolutionLanguagePack.DeployedServers-Eigenschaft
Ruft die Auflistung der Server, auf denen das Language Pack bereitgestellt wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DeployedServers As Collection(Of SPServer)
Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Collection(Of SPServer)
value = instance.DeployedServers
public Collection<SPServer> DeployedServers { get; }
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<SPServer>
Eine Auflistung von SPServer -Objekten.