LabelPropertyCollectionAdd(AddressTypes, String) Method

Add a LabelProperty to the collection and assign it the specified value and type(s)

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public LabelProperty Add(
	AddressTypes addressTypes,
	string label
)

Parameters

addressTypes  AddressTypes
The address types to assign to the new property
label  String
The label value to assign to the new property

Return Value

LabelProperty
Returns the new property that was created and added to the collection

See Also