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

RemoveProperty Method


This method removes a property from a business service.

Syntax

oService.RemoveProperty(propName)

Argument
Description

propName

A string indicating the name of the property to be removed

Returns

Not applicable

Usage

This method removes the property propName from the business service oService. As a result, subsequent calls to PropertyExists for that property returns FALSE.

Used With

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

See Also

PropertyExists Method

Siebel Object Interfaces Reference