IUpdateServer.GetConfiguration Method ()

 

Applies To: Windows Server Update Services

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

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

IUpdateServerConfiguration GetConfiguration()
IUpdateServerConfiguration^ GetConfiguration()
abstract GetConfiguration : unit -> IUpdateServerConfiguration
Function GetConfiguration As IUpdateServerConfiguration

Return Value

Type: Microsoft.UpdateServices.Administration.IUpdateServerConfiguration

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

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top