IXmlElementGetSafeAttribute Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Get an attribute value, and return a temporary value if the
            attribute does not exist.
            
 
    Namespace: 
   Tangosol.Run.Xml
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxIXmlValue GetSafeAttribute(
	string name
)
Parameters
- name
 - Type: SystemString
            The name of the attribute.
             
Return Value
Type: 
IXmlValue
            The value of the specified attribute, or a temporary value if
            the attribute does not exist.
            
See Also