共用方式為


SPPatchableUnitInfo.ServersMissingThis property

缺少此**[Microsoft.SharePoint.Administration.SPPatchableUnitInfo]**或 null 安裝在所有伺服器上的伺服器清單。

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

Syntax

'宣告
Public ReadOnly Property ServersMissingThis As List(Of SPServerProductInfo)
    Get
'用途
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>
List<T> 伺服器或 null。

請參閱

參照

SPPatchableUnitInfo class

SPPatchableUnitInfo members

Microsoft.SharePoint.Administration namespace