Descr property: RCServiceDefinition class
Description
Use the Descr property to set or return a string value representing the description of the related content service definition.
This property is read/write.
Example
import PTCS_SRVDEFN:*;
Component PTCS_SRVDEFN:RCServiceDefinition &rcServDefn;
&rcServDefn = create PTCS_SRVDEFN:RCServiceDefinition("SERVICE_DEFN", "ENG");
Local string &old_descr = &rcServDefn.Descr; /* Get */
&rcServDefn.Descr = "New Service Definition"; /* Set */