Grafeas v1 API - Class VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase (3.6.0)

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

Inheritance

object > VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

KnowledgeBase()

public KnowledgeBase()

KnowledgeBase(KnowledgeBase)

public KnowledgeBase(VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase other)
Parameter
NameDescription
otherVulnerabilityNoteTypesWindowsDetailTypesKnowledgeBase

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