public sealed class Identity : IMessage<WindowsUpdate.Types.Identity>, IEquatable<WindowsUpdate.Types.Identity>, IDeepCloneable<WindowsUpdate.Types.Identity>, IBufferMessage, IMessage
The unique identifier of the update.
Implements
IMessage<WindowsUpdate.Types.Identity>, IEquatable<WindowsUpdate.Types.Identity>, IDeepCloneable<WindowsUpdate.Types.Identity>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Identity()
public Identity()
Identity(WindowsUpdate.Types.Identity)
public Identity(WindowsUpdate.Types.Identity other)
Parameter | |
---|---|
Name | Description |
other | WindowsUpdate.Types.Identity |
Properties
Revision
public int Revision { get; set; }
The revision number of the update.
Property Value | |
---|---|
Type | Description |
Int32 |
UpdateId
public string UpdateId { get; set; }
The revision independent identifier of the update.
Property Value | |
---|---|
Type | Description |
String |