SPPatchableUnitInfo.Servers property

Information about all the servers where [Microsoft.SharePoint.Administration.SPPatchableUnitInfo] 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 SPPatchableUnitInfo
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 servers.

See also

Reference

SPPatchableUnitInfo class

SPPatchableUnitInfo members

Microsoft.SharePoint.Administration namespace