Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Validates that the valus is IXmlValue.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
protected virtual IXmlValue CheckValue(
	Object value
)

Parameters

value
Type: System..::.Object
Value to be validated.

Return Value

IXmlValue whose parent is set to this attributes parent.

See Also