Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Validates that the valus is IXmlValue.

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

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