Share via


UpdateServicesPackage.ProductNames Property 

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

Get product names list of this package

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

Syntax

'Declaration
Public ReadOnly Property ProductNames As StringCollection
'Usage
Dim instance As UpdateServicesPackage
Dim value As StringCollection

value = instance.ProductNames
public StringCollection ProductNames { get; }
public:
property StringCollection^ ProductNames {
    StringCollection^ get ();
}
/** @property */
public StringCollection get_ProductNames ()
public function get ProductNames () : StringCollection

Property Value

The list of product names for this package

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.