XmlMapping

IStructuredDocumentTag.XmlMapping property

Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document.

public XmlMapping XmlMapping { get; }

Remarks

You can use the SetMapping method of this object to map a structured document tag to XML data.

See Also