ActionDescription.actionStateAssemblyDescription Field
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
'Usage
Dim instance As ActionDescription
Dim value As AssemblyDescription
value = instance.actionStateAssemblyDescription
instance.actionStateAssemblyDescription = value
Syntax
'Declaration
<XmlElementAttribute("ActionStateAssembly", IsNullable:=False)> _
Public actionStateAssemblyDescription As AssemblyDescription
[XmlElementAttribute("ActionStateAssembly", IsNullable=false)]
public AssemblyDescription actionStateAssemblyDescription
[XmlElementAttribute(L"ActionStateAssembly", IsNullable=false)]
public:
AssemblyDescription^ actionStateAssemblyDescription
/** @attribute XmlElementAttribute("ActionStateAssembly", IsNullable=false) */
public AssemblyDescription actionStateAssemblyDescription
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
Reference
ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription