SPProductVersions.RequiredProducts property
List of products required on all site servers.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RequiredProducts As List(Of String)
Get
'Usage
Dim instance As SPProductVersions
Dim value As List(Of String)
value = instance.RequiredProducts
public List<string> RequiredProducts { get; }
Property value
Type: System.Collections.Generic.List<String>
A List<T> of products.