IXmlElementAddAttribute Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Provides a means to add a new attribute value.
            
 
    Namespace: 
   Tangosol.Run.Xml
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxIXmlValue AddAttribute(
	string name
)
Parameters
- name
 - Type: SystemString
            The name of the attribute.
             
Return Value
Type: 
IXmlValue
            The newly added attribute value.
            
Remarks
            If the attribute of the same name already exists, it is returned,
            otherwise a new value is created and added as an attribute.
            This is a convenience method. Attributes are accessed and
            manipulated via the dictionary returned from
            
Attributes.
            
See Also