Share via


UpdateServicesPackage.KnowledgebaseArticleId Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get KBArticleIds list. Note: Only Update type package can access this property. If not, an InvalidOperationException will be thrown.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Property KnowledgebaseArticleId As String
'Usage
Dim instance As UpdateServicesPackage
Dim value As String

value = instance.KnowledgebaseArticleId

instance.KnowledgebaseArticleId = value
public string KnowledgebaseArticleId { get; set; }
public:
property String^ KnowledgebaseArticleId {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_KnowledgebaseArticleId ()

/** @property */
public void set_KnowledgebaseArticleId (String value)
public function get KnowledgebaseArticleId () : String

public function set KnowledgebaseArticleId (value : String)

Property Value

The list of KB article IDs.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.