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

GetNextProperty


When the name of the first property has been retrieved, this method retrieves the name of the next property of a business service.

Syntax

oService.GetNextProperty()

Parameter
Description
Not applicable
 

Returns

A string containing the name of the next property of a business service, or a null string ("") if no more properties exist.

Usage

After retrieving the name of the first property with GetFirstProperty, the GetNextProperty method should be used in a loop, to be terminated when a null string ("") is returned. When property names have been retrieved, they can be used as parameters to GetProperty to retrieve the property value, or with SetProperty to assign property values.

Used With

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

See Also

GetFirstProperty
GetProperty
SetProperty


 Siebel Object Interfaces Reference 
 Published: 18 June 2003