IUpdate.ProductTitles Property
Applies To: Windows Server Update Services
Gets the titles of all product categories to which the update belongs.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
StringCollection ProductTitles { get; }
property StringCollection^ ProductTitles {
StringCollection^ get();
}
abstract ProductTitles : StringCollection with get
ReadOnly Property ProductTitles As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
A collection of the titles of all product categories to which the update belongs.
Remarks
If the title is localized, the property returns the title in the language that PreferredCulture specifies; otherwise, English.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top