IUpdateServerConfiguration.AllUpdateLanguagesUssEnabled Property
Applies To: Windows Server Update Services
Gets or sets whether the upstream server (the server's parent server) supports all languages.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool AllUpdateLanguagesUssEnabled { get; set; }
property bool AllUpdateLanguagesUssEnabled {
bool get();
void set(bool value);
}
abstract AllUpdateLanguagesUssEnabled : bool with get, set
Property AllUpdateLanguagesUssEnabled As Boolean
Property Value
Type: System.Boolean
If true, the upstream server supports all available languages. If false, the upstream server support only those locales which are enabled in the configuration.
Remarks
By default the upstream server supports all available languages.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top