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.
Implements
IMessage<WindowsUpdate.Types.Category>, IEquatable<WindowsUpdate.Types.Category>, IDeepCloneable<WindowsUpdate.Types.Category>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Category()
public Category()
Category(WindowsUpdate.Types.Category)
public Category(WindowsUpdate.Types.Category other)
Parameter | |
---|---|
Name | Description |
other | WindowsUpdate.Types.Category |
Properties
CategoryId
public string CategoryId { get; set; }
The identifier of the category.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
The localized name of the category.
Property Value | |
---|---|
Type | Description |
String |