Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Get the '/'-delimited path of the element starting from the root element.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public virtual string AbsolutePath { get; }

Return Value

The element path.

Implements

IXmlElement..::.AbsolutePath

Remarks

This is a convenience property. Elements are retrieved by simple name using Name.

See Also