Click or drag to resize

IXmlValueParent Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Get or set the parent element of this value.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
IXmlElement Parent { get; set; }

Property Value

Type: IXmlElement
The parent element, or null if this value has no parent.
Exceptions
ExceptionCondition
ArgumentNullException If the specified parent is null.
InvalidOperationException If trying to set parent that is already set.
Remarks
The parent can not be modified once set.
See Also