Specifies the name of the agent property.
Type
public java.lang.String propName;
Notes
The propName member variable contains a string with the name of the agent property--for example: Username, Password, DatabaseUrl. The value of the propName member variable displays in the Property column in the Configure Agent step of Business Object Wizard. To initialize an agent property's name, the following call to the third form of the AgentProperty() constructor specifies a name as the first argument:
AgentProperty agt = new AgentProperty("Username", AgentProperty.TYPE_STRING, "User Id for logging into the database", true, false, ODKConstant.SINGLE_CARD, null, null);