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

PropertyExists Method


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

Syntax

oService.PropertyExists(propName)

Argument
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, COM Data Server, Java Data Bean, Mobile Web Client Automation Server, Server Script

Siebel Object Interfaces Reference