VCardXmls Property
XML: Any XML data that is attached to the vCard. (4)
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
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!