VCardClear Properties Method
The method can be called to clear all current property values from the vCard. The version is left
unchanged.
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 void ClearProperties()VB
Public Sub ClearPropertiesC++
public:
void ClearProperties()F#
member ClearProperties : unit -> unit