public sealed class VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase : IMessage<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IEquatable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IDeepCloneable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IBufferMessage, IMessage
Implements
IMessageVulnerabilityNoteTypesWindowsDetailTypesKnowledgeBase, IEquatableVulnerabilityNoteTypesWindowsDetailTypesKnowledgeBase, IDeepCloneableVulnerabilityNoteTypesWindowsDetailTypesKnowledgeBase, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
KnowledgeBase()
public KnowledgeBase()
KnowledgeBase(KnowledgeBase)
public KnowledgeBase(VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase other)
Parameter | |
---|---|
Name | Description |
other | VulnerabilityNoteTypesWindowsDetailTypesKnowledgeBase |
Properties
Name
public string Name { get; set; }
The KB name (generally of the form KB[0-9]+ (e.g., KB123456)).
Property Value | |
---|---|
Type | Description |
string |
Url
public string Url { get; set; }
A link to the KB in the Windows update catalog.
Property Value | |
---|---|
Type | Description |
string |