public sealed class KnowledgeBase : IMessage<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IEquatable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IDeepCloneable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IBufferMessage, IMessage
Implements
IMessage<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IEquatable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IDeepCloneable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
KnowledgeBase()
public KnowledgeBase()
KnowledgeBase(VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase)
public KnowledgeBase(VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase other)
Parameter | |
---|---|
Name | Description |
other | VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase |
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 |