Show / Hide Table of Contents

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 null.

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.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.