SPProduct.Servers property

Information about all servers on which this product is installed.

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

Syntax

'Declaration
Public ReadOnly Property Servers As List(Of SPServerProductInfo)
    Get
'Usage
Dim instance As SPProduct
Dim value As List(Of SPServerProductInfo)

value = instance.Servers
public List<SPServerProductInfo> Servers { get; }

Property value

Type: System.Collections.Generic.List<SPServerProductInfo>
A List<T> of [Microsoft.SharePoint.Administration.SPServerProductInfo] objects.

See also

Reference

SPProduct class

SPProduct members

Microsoft.SharePoint.Administration namespace