SetProperty_Method
The SetProperty method sets a property of the property set. It returns one of the following values:
true. Siebel Open UI set a property of the property set.
false. Siebel Open UI did not set a property of the property set.
It uses the following format:
SetProperty (name, value)
For example:
inputPS.SetProperty("SelectedItem", val);
It uses the following arguments:
name. Specifies the new property name.
value. Specifies the new property value.