Share via


SPPatchInfo.ServersMissingThis Property

A list of servers missing this [Microsoft.SharePoint.Administration.SPPatchInfo].

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

Syntax

'Declaration
Public ReadOnly Property ServersMissingThis As List(Of SPServerProductInfo)
    Get
'Usage
Dim instance As SPPatchInfo
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 if this exists on all servers.

See Also

Reference

SPPatchInfo Class

SPPatchInfo Members

Microsoft.SharePoint.Administration Namespace