IUpdate.KnowledgebaseArticles Property
Applies To: Windows Server Update Services
Gets the Knowledge Base article numbers that describe an issue related to or fixed by this update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
StringCollection KnowledgebaseArticles { get; }
property StringCollection^ KnowledgebaseArticles {
StringCollection^ get();
}
abstract KnowledgebaseArticles : StringCollection with get
ReadOnly Property KnowledgebaseArticles As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
A collection of Knowledge Base article numbers that describe an issue related to or fixed by this update. The collection is empty if this Update has no associated Knowledge Base articles.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top