Siebel Object Interfaces Reference > Interfaces Reference > Property Set Methods >

GetNextProperty Method


This method returns the next property in a property set.

Syntax

oPropSet.GetNextProperty()

Argument
Description

Not applicable

 

Returns

A string representing the name of the next property in a property set

Usage

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

Used With

Browser Script, COM Data Control, COM Data Server, Java Data Bean, Mobile Web Client Automation Server, Server Script, Web Client Automation Server

Example

For an example, read GetFirstProperty Method.

Related Topics

GetFirstProperty Method
GetProperty Method

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.