BasePropertySerializePropertyId 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: 2023.1.2.0
public virtual void SerializePropertyId(
	StringBuilder sb
)

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.

See Also