VCardXmls Property
XML: Any XML data that is attached to the vCard. (4)
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public IEnumerable<TextProperty?>? Xmls { get; set; }
Public Property Xmls As IEnumerable(Of TextProperty)
Get
Set
public:
property IEnumerable<TextProperty^>^ Xmls {
IEnumerable<TextProperty^>^ get ();
void set (IEnumerable<TextProperty^>^ value);
}
member Xmls : IEnumerable<TextProperty> with 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!