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

GetProperty Method


The GetProperty method returns the value of the property whose name is specified in its argument.

Syntax

oService.GetProperty(propName)

Argument
Description

propName

The name of the property whose value is to be returned

Returns

A string containing the value of the property indicated by propName or NULL if the property does not exist.

Usage

You must know the name of a property to retrieve its value. To retrieve property names, use the GetFirstProperty and GetNextProperty methods.

Used With

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

See Also

GetFirstProperty Method
GetNextProperty Method
SetProperty Method

Siebel Object Interfaces Reference