PatchCode Property

DTF API

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++ F#
public string PatchCode { get; }
Public ReadOnly Property PatchCode As String
	Get
public:
property String^ PatchCode {
	String^ get ();
}
member PatchCode : string with 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.11.1.2318)