共用方式為


SPServerProductInfo.RequiredButMissingPatches property

包含所有必要,但遺失的修補程式清單。

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

Syntax

'宣告
Public ReadOnly Property RequiredButMissingPatches As List(Of SPPatchInfo)
    Get
'用途
Dim instance As SPServerProductInfo
Dim value As List(Of SPPatchInfo)

value = instance.RequiredButMissingPatches
public List<SPPatchInfo> RequiredButMissingPatches { get; }

Property value

Type: System.Collections.Generic.List<SPPatchInfo>
遺漏的修補程式List<T>

請參閱

參照

SPServerProductInfo class

SPServerProductInfo members

Microsoft.SharePoint.Administration namespace