SPProduct.PatchableUnitDisplayNames property
Display names of patchable units of this product
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.