LabelPropertyCollectionAdd(AddressTypes, String) Method
Add a
LabelProperty to the collection and assign it the specified value and type(s)
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public LabelProperty Add(
AddressTypes addressTypes,
string label
)
Public Function Add (
addressTypes As AddressTypes,
label As String
) As LabelProperty
public:
LabelProperty^ Add(
AddressTypes addressTypes,
String^ label
)
member Add :
addressTypes : AddressTypes *
label : string -> LabelProperty
- addressTypes AddressTypes
- The address types to assign to the new property
- label String
- The label value to assign to the new property
LabelPropertyReturns the new property that was created and added to the collection