In This Topic
Gets the set of prefix mappings which shall be used to interpret the XPath expression specified on the
XPath 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.
Syntax
'Declaration
Public ReadOnly Property PrefixMappings As System.String
public System.string PrefixMappings {get;}
See Also