Indicates the class security permissions that are required for this action to be available to the user. The permissions are stored in a System.Collections.Generic.List object that represents ActionSecurityDescription objects for the action class permissions. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ActionDescription
Dim value As List(Of ActionSecurityDescription)

value = instance.actionClassPermissions

instance.actionClassPermissions = value

Syntax

Visual Basic
<XmlArrayAttribute("ClassPermissions", IsNullable:=False)> _
Public actionClassPermissions As List(Of ActionSecurityDescription)
C#
[XmlArrayAttribute("ClassPermissions", IsNullable=false)] 
public List<ActionSecurityDescription> actionClassPermissions
C++
[XmlArrayAttribute(L"ClassPermissions", IsNullable=false)] 
public:
List<ActionSecurityDescription^>^ actionClassPermissions
J#
/** @attribute XmlArrayAttribute("ClassPermissions", IsNullable=false) */ 
public List<ActionSecurityDescription> actionClassPermissions
JScript
XmlArrayAttribute("ClassPermissions", IsNullable=false) 
public var actionClassPermissions : List<ActionSecurityDescription>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also