ProgramKey Constructor (Guid)
Applies To: Windows Server Update Services
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)
Syntax
public ProgramKey(
Guid guid
)
public:
ProgramKey(
Guid guid
)
new :
guid:Guid -> ProgramKey
Public Sub New (
guid As Guid
)
Parameters
guid
Type: System.GuidThe GUID of the key.
See Also
ProgramKey Overload
ProgramKey Class
Microsoft.UpdateServices.Administration Namespace
Return to top