Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.