public sealed class KnowledgeBase : IMessage<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IEquatable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IDeepCloneable<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `KnowledgeBase` class, a component within the `Grafeas.V1` namespace, specifically in the context of Windows vulnerability details, and is found in the Grafeas.V1.dll assembly."],["The `KnowledgeBase` class, which represents a knowledge base entry, inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for the `KnowledgeBase` class: a default constructor and another that takes a `VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase` object as a parameter."],["The class includes two properties, `Name`, a string that typically follows the format \"KB[0-9]+\" for identifying the knowledge base, and `Url`, a string that provides a link to the Windows update catalog entry for the KB."],["The content contains a list of versions ranging from 2.2.0 to 3.7.0, with 3.7.0 being the latest version, each linking to the `KnowledgeBase` documentation for that specific version."]]],[]]