ServiceId property: RCServiceDefinition class
Description
Use the ServiceId property to return the unique identifier for the related content service definition.
This property is effectively read-only.
Example
In the following example, ServiceId returns SERVICE_DEFN, the value used to instantiate the service definition object:
Component PTCS_SRVDEFN:RCServiceDefinition &rcServDefn;
&rcServDefn = create PTCS_SRVDEFN:RCServiceDefinition("SERVICE_DEFN", "ENG");
Local string &serviceId = &rcServDefn.ServiceId;
Related Topics