Selerix Developer Tools
Agents Field (Product)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : Agents Field
List of Agent.
Syntax
'Declaration
 
<XmlArrayAttribute("Agents")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Agent, ElementName="Agent")>
Public Agents As AgentCollection
'Usage
 
Dim instance As Product
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

Product Class
Product Members