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

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

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

The category to which the update belongs.

Inheritance

object > WindowsUpdate.Types.Category

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Category()

public Category()

Category(Category)

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

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