Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
Get or set the parent element of this value.
Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
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 |
|---|---|
| System..::..ArgumentNullException | If the specified parent is null. |
| System..::..InvalidOperationException | If trying to set parent that is already set. |