Grafeas v1 API - Class WindowsUpdate.Types.Identity (3.6.0)

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

Reference documentation and code samples for the Grafeas v1 API class WindowsUpdate.Types.Identity.

The unique identifier of the update.

Inheritance

object > WindowsUpdate.Types.Identity

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Identity()

public Identity()

Identity(Identity)

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

Properties

Revision

public int Revision { get; set; }

The revision number of the update.

Property Value
TypeDescription
int

UpdateId

public string UpdateId { get; set; }

The revision independent identifier of the update.

Property Value
TypeDescription
string