SPPatchableUnitInfo.ServersMissingThis 属性
缺少此**[Microsoft.SharePoint.Administration.SPPatchableUnitInfo]**或 null 的所有服务器上安装的服务器的列表。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.Collections.Generic.List<SPServerProductInfo>
服务器或空值的List<T> 。