RelatedPropertyCollection(IListRelatedProperty) Constructor
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RelatedPropertyCollection(
IList<RelatedProperty> Relateds
)
Public Sub New (
Relateds As IList(Of RelatedProperty)
)
public:
RelatedPropertyCollection(
IList<RelatedProperty^>^ Relateds
)
new :
Relateds : IList<RelatedProperty> -> RelatedPropertyCollection
Parameters
- Relateds IListRelatedProperty
- The IListT of related-to items to add