Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)
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
Exception | Condition |
---|---|
System..::..ArgumentException | If the given version ID is negative. |
System..::..InvalidOperationException | If no user type is being written. |