AgentPropertyVCard Property

This is used to set or get the vCard represented by the agent property

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VCard VCard { get; set; }

Property Value

VCard
If the location of the property is inline, it is assumed to be the text that represents a vCard. This property returns it as a parsed vCard object. It can also be used to set or modify the vCard object. Null is returned if no agent is defined or the value is not inline. If set to a vCard object, the location is forced to be inline.

See Also