Interface IXmlConfigurable
An interface for XML configuration.
Namespace: Tangosol.Run.Xml
Assembly: Coherence.dll
Syntax
public interface IXmlConfigurable
Properties
Config
The current configuration of the object.
Declaration
IXmlElement Config { get; set; }
Property Value
Type | Description |
---|---|
IXmlElement | The XML configuration or |
Exceptions
Type | 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. |