Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Get or set the parent element of this value.
Namespace:
Tangosol.Run.XmlAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public virtual IXmlElement Parent { get; set; } |
Field Value
The parent element, or null if this value has no parent.Implements
IXmlValue..::.Parent
Remarks
The parent can not be modified once set.
Exceptions
| Exception | Condition |
|---|---|
| If the specified parent is null. | |
| If trying to set parent that is already set. |