SystemUpdateItem.Revision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The revision number of the update bundle. Starts at 1 and increases if revisions are made to the original update bundle.
public:
property unsigned int Revision { unsigned int get(); };
uint32_t Revision();
public uint Revision { get; }
var uInt32 = systemUpdateItem.revision;
Public ReadOnly Property Revision As UInteger
Property Value
The revision number of the update bundle. Starts at 1 and increases if revisions are made to the original update bundle.