Siebel Object Interfaces Reference > Interfaces Reference > Business Service Methods >

Name


The Name property contains the name of the service.

Syntax

oService.Name

Argument
Description
Not applicable
 

Returns

A string containing the service name

Used With

Browser Script, Server Script, Web Client Automation Server, Mobile/Dedicated Web Client Automation Server, COM Data Control, COM Data Server, Java Data Bean, CORBA Object Manager (implemented as an attribute)

Example

Here is a Browser Script example:

var svc = theApplication().GetService("Data Quality Manager"):
TheApplication().SWEAlert("The active service is " + svc.Name());


 Siebel Object Interfaces Reference 
 Published: 18 June 2003