Class WindowsUpdate.Types.Identity (2.2.0)

public sealed class Identity : IMessage<WindowsUpdate.Types.Identity>, IEquatable<WindowsUpdate.Types.Identity>, IDeepCloneable<WindowsUpdate.Types.Identity>, IBufferMessage, IMessage

The unique identifier of the update.

Inheritance

Object > WindowsUpdate.Types.Identity

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Identity()

public Identity()

Identity(WindowsUpdate.Types.Identity)

public Identity(WindowsUpdate.Types.Identity other)
Parameter
NameDescription
otherWindowsUpdate.Types.Identity

Properties

Revision

public int Revision { get; set; }

The revision number of the update.

Property Value
TypeDescription
Int32

UpdateId

public string UpdateId { get; set; }

The revision independent identifier of the update.

Property Value
TypeDescription
String