ProgramKey Constructor (Guid, String)
Applies To: Windows Server Update Services
Initializes a new instance of the ProgramKey class with the given GUID and description.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public ProgramKey(
Guid guid,
string description
)
public:
ProgramKey(
Guid guid,
String^ description
)
new :
guid:Guid *
description:string -> ProgramKey
Public Sub New (
guid As Guid,
description As String
)
Parameters
guid
Type: System.GuidThe GUID of the key.
description
Type: System.StringDescription of the key.
Exceptions
Exception
Condition
description is a null reference.
See Also
ProgramKey Overload
ProgramKey Class
Microsoft.UpdateServices.Administration Namespace
Return to top