PnlName property: RCServiceConfig class
Description
Use the PnlName property to set or return the page name for which the service is configured only when IsCompService is set to P.
This property is read/write.
Example
&rcServConfig.IsCompService = "P";
&rcServConfig.PnlName= "USER_GENERAL";
Related Topics