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

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.7.1.23 (3.7.1.23)

Syntax

C#
public override int VersionId { get; set; }

Field Value

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

Implements

IPofWriter..::.VersionId

Exceptions

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

See Also