SPSolutionLanguagePack.DeployedServers 属性
获取集合的语言包部署到其中的服务器。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property DeployedServers As Collection(Of SPServer)
Get
用法
Dim instance As SPSolutionLanguagePack
Dim value As Collection(Of SPServer)
value = instance.DeployedServers
public Collection<SPServer> DeployedServers { get; }
属性值
类型:System.Collections.ObjectModel.Collection<SPServer>
SPServer 对象的集合。