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

Visual Basic
Dim instance As SummaryRequestType

Syntax

Visual Basic
Public Enumeration SummaryRequestType
C#
public enum SummaryRequestType
C++
public enum class SummaryRequestType
J#
public enum SummaryRequestType
JScript
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