SmsSummaryAction Members
Represents a single action to be displayed in the summary or completion pages of the Configuration Manager 2007 console. This class supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
The following tables list the members exposed by the SmsSummaryAction type.
Public Constructors
Name | Description | |
---|---|---|
SmsSummaryAction | Overloaded. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. |
Top
Public Properties
Name | Description | |
---|---|---|
CorrectiveSteps | Gets a list of localized strings that are to be displayed as steps that the user can take. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
Details | Gets a list of localized strings that are to be displayed as the details of the action. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
Errors | Gets a list of localized strings that are to be displayed as errors that the action produces. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
Id | Gets the string that is used to identify the summary item. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. (inherited from SmsSummaryItem) | |
Status | Gets or sets the status of the action. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
Title | Gets or sets a localized string to display as the title of the summary item. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. (inherited from SmsSummaryItem) | |
Warnings | Gets a list of localized strings to be displayed as warnings that the action produces. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddCorrectiveStep | Adds a localized string to the list that is to be displayed as steps that the user can take. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
AddDetail | Adds a localized string to the list of details for the action. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
AddError | Adds a localized string to the list of errors that the action produces. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
AddWarning | Add a localized string to the list of warnings that the action produces. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ClearDetails | Empties the list of details for the action. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
Equals | Overloaded. (inherited from Object) | |
FindItem | (inherited from SmsSummaryItem) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
SmsSummaryAction Class
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsSummaryActionGroup