SPProductVersions.OptionalProducts property

Returns a list of optional products installed on each server.

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

Syntax

'Declaration
Public ReadOnly Property OptionalProducts As List(Of String)
    Get
'Usage
Dim instance As SPProductVersions
Dim value As List(Of String)

value = instance.OptionalProducts
public List<string> OptionalProducts { get; }

Property value

Type: System.Collections.Generic.List<String>
A List<T> of products.

See also

Reference

SPProductVersions class

SPProductVersions members

Microsoft.SharePoint.Administration namespace