SPPatchInfo.PatchGuid property
Unique identifier for patch, from MsiEnumPatchesEx
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property PatchGuid As Guid
Get
'Usage
Dim instance As SPPatchInfo
Dim value As Guid
value = instance.PatchGuid
public Guid PatchGuid { get; }
Property value
Type: System.Guid