ServiceId property: RCServiceConfig class

Description

Use the ServiceId property to return the ID for the related content service definition as a string value.

This property is effectively read-only.

Example

&rcServConfig = &rcService.AddNewService("MY_SERVICE", 0);
Local string &serviceId = &rcServConfig.ServiceId;