IUpdateServerConfiguration.AllUpdateLanguagesEnabled Property
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)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @property */ boolean get_AllUpdateLanguagesEnabled () /** @property */ void set_AllUpdateLanguagesEnabled (boolean value)
function get AllUpdateLanguagesEnabled () : boolean function set AllUpdateLanguagesEnabled (value : boolean)
Property Value
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.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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2