 | CAEXPathBuilderPathPartSeparator(XElement) Method |
Returns the Path part separator for an element, which should be put before that
element in a Path
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static char PathPartSeparator(
XElement element
)
Public Shared Function PathPartSeparator (
element As XElement
) As Char
public:
static wchar_t PathPartSeparator(
XElement^ element
)
Parameters
- element XElement
-
The Xml-Node of the CAEX-Element.
Return Value
Char
The Path Separation character for the given element
See Also