IUpdateServerConfiguration.GetProgramKeys Method ()

 

Applies To: Windows Server Update Services

Gets the program keys registered with the WSUS server.

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

Syntax

Collection<ProgramKey> GetProgramKeys()
Collection<ProgramKey^>^ GetProgramKeys()
abstract GetProgramKeys : unit -> Collection<ProgramKey>
Function GetProgramKeys As Collection(Of ProgramKey)

Return Value

Type: System.Collections.ObjectModel.Collection<ProgramKey>

A collection of the program keys currently registered with the WSUS server.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top