Click or drag to resize

SimpleElementAttributes Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get the dictionary of all attributes.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public virtual IDictionary Attributes { get; }

Property Value

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

Implements

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