SPProductVersions.ServerInformation Property

Retrieves product information on all site servers.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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