IUpdateServerConfiguration.GetContentFromMU Property
Applies To: Windows Server Update Services
Gets or sets whether update binaries are downloaded from Microsoft Update or from the upstream server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool GetContentFromMU { get; set; }
property bool GetContentFromMU {
bool get();
void set(bool value);
}
abstract GetContentFromMU : bool with get, set
Property GetContentFromMU As Boolean
Property Value
Type: System.Boolean
If true, the server will download update binaries from Microsoft Update. If false, the server will download update binaries from its upstream server.
Remarks
This option applies only if the server is a downstream server and content is downloaded locally.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top