IEvolvableDataVersion Property |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Gets or sets the version associated with the data stream from
which this object was deserialized.
Namespace:
Tangosol.IO
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxint DataVersion { get; set; }
Property Value
Type:
Int32
The version of the data used to initialize this object, greater
than or equal to zero.
Exceptions
Remarks
If the object was constructed (not deserialized), the data
version is the same as the implementation version.
See Also