MenuName property: RCService class

Description

Use the MenuName property to set or return the menu name for this component as a string value.

Note:

The value of MenuName must relate to the content reference ID (or portal object name) used to instantiate the object.

This property is read/write.

Example

import PTCS_SERVICE:RCService;

Component PTCS_SERVICE:RCService &pgRFFlRcService;

&pgRFFlRcService = create PTCS_SERVICE:RCService("EMPLOYEE", "USERMAINT_GBL");
&pgRFFlRcService.MenuName = "MAINTAIN_SECURITY";