SoftwareDistributionPackage.KnowledgebaseArticleId Property
Applies To: Windows Server Update Services
Gets or sets the Knowledge Base article ID associated with this package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string KnowledgebaseArticleId { get; set; }
public:
property String^ KnowledgebaseArticleId {
String^ get();
void set(String^ value);
}
member KnowledgebaseArticleId : string with get, set
Public Property KnowledgebaseArticleId As String
Property Value
Type: System.String
The Knowledge Base article ID associated with this package.
Remarks
Only update type package can access this property. If not, an InvalidOperationException will be thrown.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top