SrvcAttribute property: RCServiceDefinition class
Description
When the related content service definition type is application class (ServiceUrlType = UAPC), use the SrvcAttribute property to set or return a string value indicating the type of application class service:
| Value | Description |
|---|---|
|
GNRL |
Used for all application class services except simplified analytics. Note. This is the default value. |
|
MSTR |
Used to specify the simplified analytics master (template) definition. |
|
CLON |
Used to specify a clone of the simplified analytics master. |
This property is read/write.
Example
&rcServDefn.SrvcAttribute = "CLON";
Related Topics