Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.