AgentPropertyCollection(IList<AgentProperty>) Constructor

Construct the collection using a list of AgentProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public AgentPropertyCollection(
	IList<AgentProperty> agents
)

Parameters

agents  IList<AgentProperty>
The IList<T> of agents to add

See Also