IXmlElementAbsolutePath Property |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get the '/'-delimited path of the element starting from the root
element.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxstring AbsolutePath { get; }
Return Value
Type:
String
The element path.
Remarks
This is a convenience property. Elements are retrieved by simple
name using
Name.
See Also