SPSolution.DeployedServers property
會取得的伺服器部署解決方案的集合。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property DeployedServers As Collection(Of SPServer)
Get
'用途
Dim instance As SPSolution
Dim value As Collection(Of SPServer)
value = instance.DeployedServers
public Collection<SPServer> DeployedServers { get; }
Property value
Type: System.Collections.ObjectModel.Collection<SPServer>
SPServer 物件的集合。