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
SimpleValue Class
SimpleValue Properties
InternalValue Property
IsAttribute Property
IsContent Property
IsEmpty Property
IsMutable Property
Parent Property
Value Property
SimpleValue
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
public
virtual
IXmlElement
Parent
{
get
;
set
; }
Property Value
Type:
IXmlElement
The parent element, or
null
if this value has no parent.
Implements
IXmlValue
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
SimpleValue Class
Tangosol.Run.Xml Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.