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

SetProperty Method


This method assigns a value to a property of a business service.

Syntax

oService.SetProperty(propName, propValue)

Argument
Description

propName

A string indicating the name of the property whose value is to be set

propValue

A string containing the value to assign to the property indicated by propName

Returns

Not applicable

Usage

SetProperty is used to set the value of a property of the business service from one of the methods of the service or from an external object.

Used With

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

Example

For an example, read Service_PreInvokeMethod Event.

Related Topic

GetProperty Method

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.