SPFarm.Products property

Gets or sets a collection of IDs of products installed in this farm.

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

Syntax

'Declaration
Public Property Products As IEnumerable(Of Guid)
    Get
    Set
'Usage
Dim instance As SPFarm
Dim value As IEnumerable(Of Guid)

value = instance.Products

instance.Products = value
public IEnumerable<Guid> Products { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<Guid>
IEnumerable<T> is a collection of IDs representing the products installed in this farm.

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace