Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As ActionDescription
Dim value As AssemblyDescription
value = instance.assemblyDescription
instance.assemblyDescription = value
Syntax
'Declaration
<XmlElementAttribute("ActionAssembly", IsNullable:=False)> _
Public assemblyDescription As AssemblyDescription
[XmlElementAttribute("ActionAssembly", IsNullable=false)]
public AssemblyDescription assemblyDescription
[XmlElementAttribute(L"ActionAssembly", IsNullable=false)]
public:
AssemblyDescription^ assemblyDescription
/** @attribute XmlElementAttribute("ActionAssembly", IsNullable=false) */
public AssemblyDescription assemblyDescription
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
Reference
ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription