IXmlConfigurableConfig Property  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            The current configuration of the object.
            
 
    Namespace: 
   Tangosol.Run.Xml
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxIXmlElement Config { get; set; }Property Value
Type: 
IXmlElement
            The XML configuration or 
null.
            
Exceptions| Exception | Condition | 
|---|
| InvalidOperationException | 
            When setting, if the object is not in a state that allows the
            configuration to be set; for example, if the object has already
            been configured and cannot be reconfigured.
             | 
See Also