IUpdate.ProductFamilyTitles Property

 

Applies To: Windows Server Update Services

Gets the titles of all product family categories to which the update belongs.

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

Syntax

StringCollection ProductFamilyTitles { get; }
property StringCollection^ ProductFamilyTitles {
    StringCollection^ get();
}
abstract ProductFamilyTitles : StringCollection with get
ReadOnly Property ProductFamilyTitles As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

A collection of the titles of all product family 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