Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
Get the dictionary of all attributes.

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

Syntax

C#
IDictionary Attributes { get; }

Field Value

A IDictionary containing all attributes of this IXmlElement; the return value will never be null, although it may be an empty dictionary.

Remarks

The dictionary is keyed by attribute names. The corresponding values are non-null objects that implement the IXmlValue interface.

See Also