ServiceName property: RCServiceDefinition class
Description
Use the ServiceName property to set or return the service name for the related content service definition as a string value.
Note:
This string is limited to 18 characters or less.
This property is read/write.
Example
Component PTCS_SRVDEFN:RCServiceDefinition &rcServDefn;
&rcServDefn = create PTCS_SRVDEFN:RCServiceDefinition("SERVICE_DEFN", "ENG");
&rcServDefn.ServiceName = "My RC Service";
Related Topics