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

Set the int value.

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

Syntax

C#
void SetInt(
	int val
)

Parameters

val
Type: System..::.Int32
A new value of type int.

See Also