Share via


IInstallableItem.Languages Property

 

Applies To: Windows Server Update Services

Gets all the languages supported by this installable item.

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

Syntax

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

Property Value

Type: System.Collections.Specialized.StringCollection

The collection of RFC1766 style language IDs representing each language supported by this installable item.

See Also

IInstallableItem Interface
Microsoft.UpdateServices.Administration Namespace

Return to top