.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Run.Xml
IXmlValue Interface
IXmlValue Properties
IsAttribute Property
IsContent Property
IsEmpty Property
IsMutable Property
Parent Property
Value Property
IXmlValue
Parent Property
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get or set the parent element of this value.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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, 2020, Oracle and/or its affiliates. All rights reserved.