Base PropertySerialize Property Id Method
This is called to serialize the PID parameter if necessary
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 virtual void SerializePropertyId(
StringBuilder sb
)VB
Public Overridable Sub SerializePropertyId (
sb As StringBuilder
)C++
public:
virtual void SerializePropertyId(
StringBuilder^ sb
)F#
abstract SerializePropertyId :
sb : StringBuilder -> unit
override SerializePropertyId :
sb : StringBuilder -> unit Parameters
- sb StringBuilder
- The StringBuilder to which the parameters are appended
Remarks
The method should append a semi-colon followed by the parameter name, an equal sign, and the
parameter value. This parameter is only applicable to vCard 4.0 objects.