Share via


SoftwareDistributionPackage.ProductNames Property

 

Applies To: Windows Server Update Services

Gets the product names associated with this package.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public StringCollection ProductNames { get; }
public:
property StringCollection^ ProductNames {
    StringCollection^ get();
}
member ProductNames : StringCollection with get
Public ReadOnly Property ProductNames As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

A collection of product names associated with this package.

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top