LabelPropertyCollection(IList<LabelProperty>) 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
public LabelPropertyCollection(
	IList<LabelProperty> labels
)

Parameters

labels  IList<LabelProperty>
The IList<T> of labels to add

See Also