Address Property Collection(IListAddress Property) Constructor
Construct the collection using a list of AddressProperty 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 AddressPropertyCollection(
IList<AddressProperty> addresses
)VB
Public Sub New (
addresses As IList(Of AddressProperty)
)C++
public:
AddressPropertyCollection(
IList<AddressProperty^>^ addresses
)F#
new :
addresses : IList<AddressProperty> -> AddressPropertyCollectionParameters
- addresses IListAddressProperty
- The IListT of addresses to add