GetProperty Method for a Business Service
The GetProperty method returns a string that contains the value of a property. If the property does not exist, then this method returns NULL.
Format
oService.GetProperty(propName)
The following table describes the arguments for the GetProperty method.
Argument | Description |
---|---|
propName |
A string that contains the name of the property that Siebel CRM returns. |
Usage
To return the value for this property you must know the name of the property. To return a property name, use the GetFirstProperty method or the GetNextProperty method. For more information, see Usage for a Method that Gets a Business Service Property in GetFirstProperty Method for a Business Service.
Used With
Browser Script, COM Data Server, Siebel Java Data Bean, Mobile Web Client Automation Server, Server Script