Retrieves the specified business-object property.
Syntax
public AgentProperty getBOSpecificProperty(String propName);
Parameters
Return values
An AgentProperty object that contains the specified business-object property, or null if no business-object property of that name exists.
Notes
The getBOSpecificProperty() method retrieves the propName business-object property from the ODA-runtime memory. Business Object Wizard saves these properties into memory after the user specifies their values in the BO Properties dialog (part of Step 5). This method returns the specified business-object property as an AgentProperty object. You can obtain information about the property by accessing the object's member variables.
See also