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

GetChildCount Method


This method returns the number of child property sets attached to a parent property set.

Syntax

oPropSet.GetChildCount()

Argument
Description

Not applicable

 

Returns

The number of child property sets subordinate to oPropSet

Usage

This method returns the actual number of child property sets of oPropSet. Because index numbers for child property sets start at 0, a child count of 3 indicates that there are child property sets at indexes 0, 1, and 2.

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 GetChild Method.

Siebel Object Interfaces Reference