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.
Implements
IMessageWindowsUpdateTypesCategory, IEquatableWindowsUpdateTypesCategory, IDeepCloneableWindowsUpdateTypesCategory, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Category()
public Category()
Category(Category)
public Category(WindowsUpdate.Types.Category other)
Parameter | |
---|---|
Name | Description |
other | WindowsUpdateTypesCategory |
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 |