Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets a value that indicates if the WSUS server downloads updates for all languages or a subset of languages.
public bool AllUpdateLanguagesEnabled {get; set;}
Public Property AllUpdateLanguagesEnabled As bool
Property Value
Indicates if the WSUS server downloads updates for all languages or a subset of languages. If true, the WSUS server downloads updates for all languages.
If false, call IUpdateServerConfiguration.SetEnabledUpdateLanguages to specify the languages for which you want the WSUS server to download updates.
Remarks
If IUpdateServerConfiguration.HostBinariesOnMicrosoftUpdate is true, this property must be true.
If HostBinariesOnMicrosoftUpdate is false, you must set this property to true or call the IUpdateServerConfiguration.SetEnabledUpdateLanguages method to enable one or more languages.
Requirements
| Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
| Namespace | Defined in Microsoft.UpdateServices.Administration. |
| Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
| .NET Framework | Requires .NET Framework 1.1. |
See Also
IUpdateServerConfiguration.Save
IUpdateServerConfiguration.SetEnabledUpdateLanguages