SimpleElementGetAttribute Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Get an attribute value.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic virtual IXmlValue GetAttribute(
string name
)
Parameters
- name
- Type: SystemString
The name of the attribute.
Return Value
Type:
IXmlValue
The value of the specified attribute, or
null if the
attribute does not exist.
Implements
IXmlElementGetAttribute(String)
Remarks
This is a convenience method. Attributes are accessed and
manipulated via the dictionary returned from
Attributes.
See Also