Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Tangosol.Run.Xml
IXmlValue Interface
IXmlValue Properties
IsAttribute Property
IsContent Property
IsEmpty Property
IsMutable Property
Parent Property
Value Property
IXmlValue
Parent Property
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14
c
(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#
Copy
IXmlElement
Parent
{
get
;
set
; }
Property Value
Type:
IXmlElement
The parent element, or
null
if this value has no parent.
Exceptions
Exception
Condition
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
Reference
IXmlValue Interface
Tangosol.Run.Xml Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.