Dela via


SPPatchableUnitInfo.Patches Property

Patches applied to this patchable unit.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property Patches As List(Of SPPatchInfo)
    Get
'Usage
Dim instance As SPPatchableUnitInfo
Dim value As List(Of SPPatchInfo)

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

Property Value

Type: System.Collections.Generic.List<SPPatchInfo>
A List<T> of patches.

See Also

Reference

SPPatchableUnitInfo Class

SPPatchableUnitInfo Members

Microsoft.SharePoint.Administration Namespace