VCardXmls Property

XML: Any XML data that is attached to the vCard. (4)

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public IEnumerable<TextProperty?>? Xmls { get; set; }

Property Value

IEnumerableTextProperty
The TextProperty instances may contain text that is valid XML. The root element must be explicitly assigned to an XML namespace (xmlns attribute). This namespace must not be the VCARD 4.0 namespace urn:ietf:params:xml:ns:vcard-4.0!

See Also