Base PropertyTag 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: 2025.1.9.0
This should return a string that represents the property type in the PDI data stream
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public abstract string Tag { get; }VB
Public MustOverride ReadOnly Property Tag As String
GetC++
public:
virtual property String^ Tag {
String^ get () abstract;
}F#
abstract Tag : string with getProperty Value
StringThis should return a string that represents the property type in the PDI data stream