BasePropertyTag Property

This read-only property must be specified to define the tag used for the property (i.e. FN, N, ADR, etc).

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public abstract string Tag { get; }

Property Value

String
This should return a string that represents the property type in the PDI data stream

See Also