VCardAdd Profile Property
This property is used to set or get a flag indicating whether or not the PROFILE:VCARD property
should be output.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This property is valid only for the 3.0 specification. Since it doesn't serve much purpose, it is false by default.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool AddProfile { get; set; }VB
Public Property AddProfile As Boolean
Get
SetC++
public:
property bool AddProfile {
bool get ();
void set (bool value);
}F#
member AddProfile : bool with get, setProperty Value
BooleanThis property is valid only for the 3.0 specification. Since it doesn't serve much purpose, it is false by default.