共用方式為


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>

請參閱

參照

SPProductVersions class

SPProductVersions members

Microsoft.SharePoint.Administration namespace