# GrapeCity.Documents.Word.XmlMapping.PrefixMappings

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_XmlMapping_PrefixMappings_" data-uid="GrapeCity.Documents.Word.XmlMapping.PrefixMappings*">PrefixMappings Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_XmlMapping_PrefixMappings_" data-uid="GrapeCity.Documents.Word.XmlMapping.PrefixMappings*"></a>
<h4 id="GrapeCity_Documents_Word_XmlMapping_PrefixMappings" data-uid="GrapeCity.Documents.Word.XmlMapping.PrefixMappings">PrefixMappings</h4>
<div class="markdown level1 summary"><p>Gets the set of prefix mappings which shall be used to interpret the XPath expression specified
on the <a class="xref" href="GrapeCity.Documents.Word.XmlMapping.XPath.html#GrapeCity_Documents_Word_XmlMapping_XPath">XPath</a> property when the XPath expression is evaluated against the custom XML data parts in the document.
This property value shall be specified using the following syntax: xmlns:prefix='namespace',
where prefix is the namespace prefix to be mapped, and namespace is the namespace to be mapped to
the current prefix.
Each prefix mapping shall be delimited by one or more whitespace characters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string PrefixMappings { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property PrefixMappings As String</code></pre>
</div>
</div>
