GetUserProperty Method
The GetUserProperty method gets the value of a business component user property. It uses the following syntax:
BusComp.GetUserProperty(business_component_user_property)
where:
business_component_user_property is a string that identifies the name of a business component user property.
For example, the following code gets the value of the Deep Copy business component user property:
SiebelApp.S_App.FindApplet(appletName).BusComp().GetUserProperty ("Deep Copy");