Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Gets or sets the version identifier of the user type that is currently being written.

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

Syntax

C#
int VersionId { get; set; }

Field Value

The integer version ID of the user type; always non-negative.

Exceptions

ExceptionCondition
System..::.ArgumentException If the given version ID is negative.
System..::.InvalidOperationException If no user type is being written.

See Also