SPProduct.PatchableUnitDisplayNames Property
Display names of patchable units of this product
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property PatchableUnitDisplayNames As List(Of String)
Get
'Usage
Dim instance As SPProduct
Dim value As List(Of String)
value = instance.PatchableUnitDisplayNames
public List<string> PatchableUnitDisplayNames { get; }
Property Value
Type: System.Collections.Generic.List<String>
A List<T> of names.