BasePropertySerializePropertyId Method
This is called to serialize the PID parameter if necessary
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public virtual void SerializePropertyId(
StringBuilder sb
)
Public Overridable Sub SerializePropertyId (
sb As StringBuilder
)
public:
virtual void SerializePropertyId(
StringBuilder^ sb
)
abstract SerializePropertyId :
sb : StringBuilder -> unit
override SerializePropertyId :
sb : StringBuilder -> unit
Parameters
- sb StringBuilder
- The StringBuilder to which the parameters are appended
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.