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

PropertyExists


This method returns a Boolean value indicating whether a specified property exists.

Syntax

oService.PropertyExists(propName)

Parameter
Description
propName
A string representing the name of a property of the specified service

Returns

In Siebel VB, an integer (0 for false, 1 for true); in other interfaces, a Boolean

Usage

Because GetProperty returns a null string ("") for nonexistent properties, you should use PropertyExists() in an if statement to determine whether a specific property has been set.

Used With

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


 Siebel Object Interfaces Reference 
 Published: 18 June 2003