RemoveProperty Method

The RemoveProperty method removes a property from the propArray of the property set. It returns one of the following values:

  • true. Siebel Open UI removed a property from the propArray.

  • false. Siebel Open UI did not remove a property from the propArray.

It uses the following format:

RemoveProperty (name) 

where:

  • name specifies the name of the property that Siebel Open UI removes from propArray.

For example:

outputPS.RemoveProperty("prop");