Action Property
Description
The CustomizationAction object representing the specified action.
Property type
Read-only property
Syntax
Visual Basic
Public Property Action( _
   ByVal Name As String _
) As Object
Parameters
Name

Specifies the action.  To get the full list of actions at your site, see the ACTIONS table in the Site Administrator UI.

Remarks
In Quality Center 10 and earlier, there were many actions of format "ac_add_<item>", "ac_delete_<item>", and "ac_modify_<item>" that were used to set permissions for groups. These permissions are now accessed with the CustomizationPermissions properties CanAddItem, CanModifyItem, and CanRemoveItem.
See Also