ActionDescription Class

Represents a summary description for an ActionDescription XML element that defines the action type and other information that is used by the Configuration Manager 2007 console to display an action.

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

Usage

'Usage
Dim instance As ActionDescription

Syntax

'Declaration
<SerializableAttribute> _
<XmlRootAttribute("ActionDescription", IsNullable:=False)> _
Public Class ActionDescription
[SerializableAttribute] 
[XmlRootAttribute("ActionDescription", IsNullable=false)] 
public class ActionDescription
[SerializableAttribute] 
[XmlRootAttribute(L"ActionDescription", IsNullable=false)] 
public ref class ActionDescription
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("ActionDescription", IsNullable=false) */ 
public class ActionDescription
SerializableAttribute 
XmlRootAttribute("ActionDescription", IsNullable=false) 
public class ActionDescription

Example

The following example shows the use of an ActionDescription XML element:

<ActionDescription ActionVerb="Properties" Class="ShowDialog" SqmDataPoint="653">
  <DialogId>MessageQueries</DialogId>
</ActionDescription>

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.Schema.ActionDescription

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

Change History

See Also

Reference

ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace

Other Resources

Configuration Manager Actions
Configuration Manager Action XML