public AgentProperty getBOSpecificProperty(String propName);
An AgentProperty object that contains the specified business-object property, or null if no business-object property of that name exists.
The getBOSpecificProperty() method retrieves the propName business-object property from the ODA run-time memory. Business Object Wizard saves these properties into memory after the user specifies their values in the BO Properties dialog box (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.