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

GetProperty


The GetProperty method returns the value of the property whose name is specified in its argument.

Syntax

oService.GetProperty(propName)

Parameter
Description
propName
The name of the property whose value is to be returned

Returns

A string containing the value of the property indicated by propName or NULL if the property does not exist.

Usage

You must know the name of a property to retrieve its value. To retrieve property names, use the GetFirstProperty and GetNextProperty methods.

Used With

Browser Script, Server Script, Mobile/Dedicated Web Client Automation Server, COM Data Server, Java Data Bean, CORBA Object Manager

See Also

GetFirstProperty
GetNextProperty
SetProperty


 Siebel Object Interfaces Reference 
 Published: 18 June 2003