共用方式為


SPServerProductInfo.Products property

將產品名稱對應到 [產品資訊物件傳回。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property Products As List(Of String)
    Get
'用途
Dim instance As SPServerProductInfo
Dim value As List(Of String)

value = instance.Products
public List<string> Products { get; }

Property value

Type: System.Collections.Generic.List<String>
List<T> 物件。

請參閱

參照

SPServerProductInfo class

SPServerProductInfo members

Microsoft.SharePoint.Administration namespace