[This is preliminary documentation and is subject to change.]
Populates an AgentProperties object with all <property>
values defined for the root <agent> element.
Properties defined at the root level are applied to the AgentProperties
object of the Agent class. These serve as global defaults to all zones.
Use the getTemplateProperties method to obtain properties for a zone
template, which apply to all zones that reference that template, or the
GetZoneProperties method to obtain properties specific to a zone.
| C# | Visual Basic | Visual C++ |
public virtual void GetAgentProperties( AgentProperties props )
Public Overridable Sub GetAgentProperties ( _ props As AgentProperties _ )
public: virtual void GetAgentProperties ( AgentProperties^ props )
- props (AgentProperties)
An AgentProperties object populated with all <property>
values defined for the root <agent> element