PatchCode Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation PatchCode Property
Gets the patch code (GUID) of the patch package.
Declaration Syntax
C# Visual Basic Visual C++
public string PatchCode { get; }
Public ReadOnly Property PatchCode As String
	Get
public:
property String^ PatchCode {
	String^ get ();
}
Property Value
Remarks
The patch code is stored in the RevisionNumber field of the patch summary information.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)