SrvcAttribute property: RCServiceConfig class
Description
Use the SrvcAttribute property to set or return the service type as a string value:
| Value | Description |
|---|---|
|
GNRL |
Used for service configurations except for the simplified analytics master (template) definition. 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
&rcServConfig.SrvcAttribute= "GNRL";
Related Topics