SPServerProductInfo.RequiredButMissingPatches-Eigenschaft
Liste mit allen erforderlich, aber fehlenden Patches.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RequiredButMissingPatches As List(Of SPPatchInfo)
Get
'Usage
Dim instance As SPServerProductInfo
Dim value As List(Of SPPatchInfo)
value = instance.RequiredButMissingPatches
public List<SPPatchInfo> RequiredButMissingPatches { get; }
Eigenschaftswert
Typ: System.Collections.Generic.List<SPPatchInfo>
List<T> von fehlenden Patches.