IsCompService property: RCServiceConfig class
Description
Use the IsCompService property to set or return a one-character string value indicating whether the service is configured at the component level or at the page level.
Following values can be assigned to this property:
| Value | Description |
|---|---|
|
P |
Page level service. |
|
C |
Component level service. |
This property is read/write.
Example
&rcServConfig.IsCompService = "C";