Share via


ProgramKey Constructor (Guid)

Initializes a new instance of the ProgramKey class with the given GUID.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Usage

    Dim guid As Guid

Dim instance As New ProgramKey(guid)

Syntax

'Declaration
Public Sub New ( _
    guid As Guid _
)
public ProgramKey (
    Guid guid
)
public:
ProgramKey (
    Guid guid
)
public ProgramKey (
    Guid guid
)
public function ProgramKey (
    guid : Guid
)

Parameters

  • guid
    The GUID of the key.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

ProgramKey Class
ProgramKey Members
Microsoft.UpdateServices.Administration Namespace