SPServerProductInfo.Products Property
Returns mapping from product name to product information object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.