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

Visual Basic
Dim instance As ActionDescription

Syntax

Visual Basic
<SerializableAttribute> _
<XmlRootAttribute("ActionDescription", IsNullable:=False)> _
Public Class ActionDescription
C#
[SerializableAttribute] 
[XmlRootAttribute("ActionDescription", IsNullable=false)] 
public class ActionDescription
C++
[SerializableAttribute] 
[XmlRootAttribute(L"ActionDescription", IsNullable=false)] 
public ref class ActionDescription
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("ActionDescription", IsNullable=false) */ 
public class ActionDescription
JScript
SerializableAttribute 
XmlRootAttribute("ActionDescription", IsNullable=false) 
public class ActionDescription

Example

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

  Copy Code
<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

See Also