IUpdateServerConfiguration.AllUpdateLanguagesEnabled Property

 

Applies To: Windows Server Update Services

Gets or sets whether the WSUS server downloads updates for all languages or for a subset of languages.

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

Syntax

bool AllUpdateLanguagesEnabled { get; set; }
property bool AllUpdateLanguagesEnabled {
    bool get();
    void set(bool value);
}
abstract AllUpdateLanguagesEnabled : bool with get, set
Property AllUpdateLanguagesEnabled As Boolean

Property Value

Type: System.Boolean

If true, the WSUS server downloads updates for all languages. If false, a call to SetEnabledUpdateLanguages is made to specify the languages supported by this WSUS server.

Remarks

If HostBinariesOnMicrosoftUpdate is true, this property must be true.

If HostBinariesOnMicrosoftUpdate is false, you must set this property to true or call the SetEnabledUpdateLanguages method to enable one or more languages.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top