SPServerProductInfo.OptionalMissingProducts property
Optional products not installed on this server.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property OptionalMissingProducts As List(Of String)
Get
'Usage
Dim instance As SPServerProductInfo
Dim value As List(Of String)
value = instance.OptionalMissingProducts
public List<string> OptionalMissingProducts { get; }
Property value
Type: System.Collections.Generic.List<String>
A List<T> of products.