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