SPPatchableUnitInfo.ServersMissingThis property

A List of servers missing this [Microsoft.SharePoint.Administration.SPPatchableUnitInfo] or null installed on all servers.

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

Syntax

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

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

Property value

Type: System.Collections.Generic.List<SPServerProductInfo>
A List<T> of servers or null.

See also

Reference

SPPatchableUnitInfo class

SPPatchableUnitInfo members

Microsoft.SharePoint.Administration namespace