Indicates the method that is called to determine whether the actions should be available to 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

Visual Basic
Dim instance As ActionDescription
Dim value As AssemblyDescription

value = instance.actionStateAssemblyDescription

instance.actionStateAssemblyDescription = value

Syntax

Visual Basic
<XmlElementAttribute("ActionStateAssembly", IsNullable:=False)> _
Public actionStateAssemblyDescription As AssemblyDescription
C#
[XmlElementAttribute("ActionStateAssembly", IsNullable=false)] 
public AssemblyDescription actionStateAssemblyDescription
C++
[XmlElementAttribute(L"ActionStateAssembly", IsNullable=false)] 
public:
AssemblyDescription^ actionStateAssemblyDescription
J#
/** @attribute XmlElementAttribute("ActionStateAssembly", IsNullable=false) */ 
public AssemblyDescription actionStateAssemblyDescription
JScript
XmlElementAttribute("ActionStateAssembly", IsNullable=false) 
public var actionStateAssemblyDescription : AssemblyDescription

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also