Telephone PropertyPhone Types Property
This property is used to set or get the phone type flags
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 PhoneTypes PhoneTypes { get; set; }VB
Public Property PhoneTypes As PhoneTypes
Get
SetC++
public:
property PhoneTypes PhoneTypes {
PhoneTypes get ();
void set (PhoneTypes value);
}F#
member PhoneTypes : PhoneTypes with get, set