Label Property Collection(IListLabel Property) Constructor
Construct the collection using a list of LabelProperty 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 LabelPropertyCollection(
IList<LabelProperty> labels
)VB
Public Sub New (
labels As IList(Of LabelProperty)
)C++
public:
LabelPropertyCollection(
IList<LabelProperty^>^ labels
)F#
new :
labels : IList<LabelProperty> -> LabelPropertyCollectionParameters
- labels IListLabelProperty
- The IListT of labels to add