Click or drag to resize

IXmlElementAbsolutePath Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
Syntax
C#
string 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