VFree BusyContact Property
This is used to get the Contact (CONTACT) property
Definition
Namespace: EWSoftware.PDI.Objects
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 ContactProperty Contact { get; }VB
Public ReadOnly Property Contact As ContactProperty
GetC++
public:
property ContactProperty^ Contact {
ContactProperty^ get ();
}F#
member Contact : ContactProperty with get