PropertyExists Method for a Business Service

The PropertyExists method returns one of the following values to indicate if a property exists:

  • In Siebel VB, this method returns one of the following integers:

    • 1. Indicates the property exists.

    • 0 (zero). Indicates the property does not exist.

  • In other interfaces, this method returns a Boolean value.

Format

oService.PropertyExists(propName)

The following table describes the arguments for the PropertyExists method.

Argument Description

propName

A string that contains the name of the property.

Usage

Use the PropertyExists method in an If statement to determine if a specific property is set.

Used With

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