IUpdate.CompanyTitles Property

 

Applies To: Windows Server Update Services

Gets the titles of all the companies to which this update belongs.

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

Syntax

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

Property Value

Type: System.Collections.Specialized.StringCollection

String collection that contains the titles of all the companies to which this 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