Market property: RCServiceDefinition class

Description

When the related content service definition type is PeopleSoft component (ServiceUrlType = UPGE), use the Market property to set or return a string value representing the market for this component definition.

Note:

The full component name is constructed from four properties: PortalMenuName, PnlGrpName, Market and PnlName (optional).

This property is read/write.

Example

&rcServDefn.PortalMenuName = "PORTAL_MENU_1";
&rcServDefn.Market = "GBL";
&rcServDefn.PnlGrpName = "COMPONENT_TEST";
&rcServDefn.PnlName = "MAIN_PAGE";