SPServerProductInfo.Products 属性

返回一个从产品名称映射到产品的信息的对象。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:System.Collections.Generic.List<String>
一个List<T>对象。

另请参阅

引用

SPServerProductInfo 类

SPServerProductInfo 成员

Microsoft.SharePoint.Administration 命名空间