AgentPropertyEncodedValue Property
This is overridden to handle parsing of the vCard value in its encoded form
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override string EncodedValue { get; set; }
Public Overrides Property EncodedValue As String
Get
Set
public:
virtual property String^ EncodedValue {
String^ get () override;
void set (String^ value) override;
}
abstract EncodedValue : string with get, set
override EncodedValue : string with get, set
Property Value
StringIf inline, the value is stored as a vCard object. If not inline, it is stored as a text
string.