Partager via


SummaryRequestType Enumeration

Defines summary request types used SummaryRequestHandler objects in Configuration Manager 2007. This enumeration supports the Configuration Manager infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SummaryRequestType

Syntax

'Declaration
Public Enumeration SummaryRequestType
public enum SummaryRequestType
public enum class SummaryRequestType
public enum SummaryRequestType
public enum SummaryRequestType

Members

Member name Description
ADD_ACTION Add action.
ADD_ACTION_CORRECTIVE_STEP Add action corrective step.
ADD_ACTION_DETAIL Add action detail.
ADD_ACTION_ERROR Add action error.
ADD_ACTION_WARNING Add action warning.
ADD_GROUP Add group.
CLEAR_ACTION_DETAILS Clear action details.
GET_SUMMARY_ITEMS Get summary items.
REMOVE_ITEM Remove item.
REPLACE_ACTION Replace action.
UPDATE_ACTION Update action.
UPDATE_ACTION_STATUS Update action status.
UPDATE_GROUP Update group.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

Microsoft.ConfigurationManagement.AdminConsole Namespace
SummaryRequestHandler Delegate