2.2.4.9 UpdateIdentity
This complex type is a GUID for a specific revision of an update. It is defined in the namespace: http://www.microsoft.com/SoftwareDistribution.
-
<s:complexType name="UpdateIdentity"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="UpdateID" type="s1:guid" /> <s:element minOccurs="1" maxOccurs="1" name="RevisionNumber" type="s:int" /> </s:sequence> </s:complexType>
UpdateID: A GUID that uniquely identifies an update.
RevisionNumber: A number that specifies the version of the update identified by this revision.