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/Dedicated Web Client Automation Server, Server Script

Example

For an example, read Service_PreInvokeMethod Event.

See Also

GetProperty Method

Siebel Object Interfaces Reference