IUpdateServer.GetConfiguration()

Retrieves an IUpdateServerConfiguration that you use to configure the WSUS server.

public IUpdateServerConfiguration GetConfiguration();
Public Function GetConfiguration() As IUpdateServerConfiguration
Implements IUpdateServer.GetConfiguration

Parameters

This method has no parameters.

Return Value

Use IUpdateServerConfiguration to configure the WSUS server. For example, to specify the update languages to download, the proxy to use, and whether the updates are stored locally.

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