Class WindowsUpdate.Types.Category (3.0.0)

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

The category to which the update belongs.

Inheritance

Object > WindowsUpdate.Types.Category

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Category()

public Category()

Category(WindowsUpdate.Types.Category)

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

Properties

CategoryId

public string CategoryId { get; set; }

The identifier of the category.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

The localized name of the category.

Property Value
TypeDescription
String