Indicates the method that is called when the action is activated by
the user. The method, assembly, and type information is stored in a
AssemblyDescription object.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlElementAttribute("ActionAssembly", IsNullable:=False)> _
Public assemblyDescription As AssemblyDescription
|
C# |
[XmlElementAttribute("ActionAssembly", IsNullable=false)]
public AssemblyDescription assemblyDescription
|
C++ |
[XmlElementAttribute(L"ActionAssembly", IsNullable=false)]
public:
AssemblyDescription^ assemblyDescription
|
J# |
/** @attribute XmlElementAttribute("ActionAssembly", IsNullable=false) */
public AssemblyDescription assemblyDescription
|
JScript |
XmlElementAttribute("ActionAssembly", IsNullable=false)
public var assemblyDescription : AssemblyDescription
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also