Dela via


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)
Available in Sandboxed Solutions: No

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