Selerix Developer Tools
Agents Field (Transmittal)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Transmittal Class : Agents Field
List of Agent.

Contains the information regarding the agent who sold the coverage.

Property Name

Description

Format

Required?

Agent ID Includes the ID number and type.
Name The options for this field are the name of the agent who sold the policy or "Web Self-Service".
Number The agent's identifying number.
Split Indicates a commission split.
Syntax
'Declaration
 
<XmlArrayAttribute("Agents")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Agent, ElementName="Agent")>
Public Agents As AgentCollection
'Usage
 
Dim instance As Transmittal
Dim value As AgentCollection
 
value = instance.Agents
 
instance.Agents = value
[XmlArray("Agents")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Agent, ElementName="Agent")]
public AgentCollection Agents
public field Agents: AgentCollection; 
XmlArrayAttribute("Agents")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Agent, ElementName="Agent")
public var Agents : AgentCollection;
[XmlArray("Agents")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Agent, ElementName="Agent")]
public: AgentCollection* Agents
[XmlArray("Agents")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Agent, ElementName="Agent")]
public:
AgentCollection^ Agents
See Also

Reference

Transmittal Class
Transmittal Members