SPServerProductInfo.Products property

Returns mapping from product name to product information object.

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

Syntax

'Declaration
Public ReadOnly Property Products As List(Of String)
    Get
'Usage
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>
A List<T> object.

See also

Reference

SPServerProductInfo class

SPServerProductInfo members

Microsoft.SharePoint.Administration namespace