Agent Property Collection(IListAgent Property) 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
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public AgentPropertyCollection(
IList<AgentProperty> agents
)VB
Public Sub New (
agents As IList(Of AgentProperty)
)C++
public:
AgentPropertyCollection(
IList<AgentProperty^>^ agents
)F#
new :
agents : IList<AgentProperty> -> AgentPropertyCollectionParameters
- agents IListAgentProperty
- The IListT of agents to add