InstallableItem.Languages Property

 

Applies To: Windows Server Update Services

Gets the collection of languages supported by this item.

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

Syntax

public StringCollection Languages { get; }
public:
property StringCollection^ Languages {
    StringCollection^ get();
}
member Languages : StringCollection with get
Public ReadOnly Property Languages As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

The collection of languages supported by this item. If this value is an empty string, the item is language-independent.

See Also

InstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top