[This is preliminary documentation and is subject to change.]
Gets the properties for this agent.
The agent properties serve as defaults for new IZone objects created by
the IZoneFactory. Properties may be customized on a zone-by-zone basis.
If a property is not specified for a given zone, its value is inherited
from the AgentProperties object returned by this method. Note this
method returns the same object as getDefaultZoneProperties.
Agent properties should be set prior to calling the Agent.initialize
method.
| C# | Visual Basic | Visual C++ |
public virtual AgentProperties Properties{ get;}
Public Overridable ReadOnly Property Properties As AgentProperties
public: virtual property AgentProperties^ Properties { AgentProperties^ get (); }
The agent properties