AgentPropertyVCard Property
This is used to set or get the vCard represented by the agent property
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VCard VCard { get; set; }
Public Property VCard As VCard
Get
Set
public:
property VCard^ VCard {
VCard^ get ();
void set (VCard^ value);
}
member VCard : VCard with get, set
Property Value
VCardIf 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.