Address PropertyLabel Property
This property is used to get or set the label (the address in a format suitable for printing as an
address label.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? Label { get; set; }VB
Public Property Label As String
Get
SetC++
public:
property String^ Label {
String^ get ();
void set (String^ value);
}F#
member Label : string with get, set