AgentPropertyValue Property

This is overridden to handle parsing of the vCard value

Definition

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

Property Value

String
If inline, the value is stored as a vCard object. If not inline, it is stored as a text string.

Exceptions

PDIParserExceptionThis is thrown if the vCard data is not valid

See Also