SystemUpdateItem.Revision Property

Definition

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

UInt32

unsigned int

uint32_t

The revision number of the update bundle. Starts at 1 and increases if revisions are made to the original update bundle.

Applies to

See also