SPProductVersions.ServerInformation property
擷取網站的所有伺服器上的產品資訊。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ServerInformation As List(Of SPServerProductInfo)
Get
'用途
Dim instance As SPProductVersions
Dim value As List(Of SPServerProductInfo)
value = instance.ServerInformation
public List<SPServerProductInfo> ServerInformation { get; }
Property value
Type: System.Collections.Generic.List<SPServerProductInfo>
[Microsoft.SharePoint.Administration.SPServerProductInfo] 物件List<T> 。