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

Gets the version identifier of the user type that is currently being parsed.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
int VersionId { get; }

Field Value

The integer version ID read from the POF stream; always non-negative.

Exceptions

ExceptionCondition
System..::.InvalidOperationException If no user type is being parsed.

See Also