Class VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase (2.3.0)

public sealed class KnowledgeBase : IMessage<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IEquatable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IDeepCloneable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IBufferMessage, IMessage

Inheritance

Object > VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

KnowledgeBase()

public KnowledgeBase()

KnowledgeBase(VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase)

public KnowledgeBase(VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase other)
Parameter
NameDescription
otherVulnerabilityNote.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
TypeDescription
String

Url

public string Url { get; set; }

A link to the KB in the Windows update catalog.

Property Value
TypeDescription
String