SPProductVersions.ServerInformation property

Retrieves product information on all site servers.

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

Syntax

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

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

Property value

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

See also

Reference

SPProductVersions class

SPProductVersions members

Microsoft.SharePoint.Administration namespace