SerializationFormatMinorVersion Property Naiad Help

[This is preliminary documentation and is subject to change.]

The minor version of the serialization format. An implementation of a particular major and minor version must support backwards compatibility with all serializers of the same major version and earlier minor versions.

Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
int MinorVersion { get; }

Property Value

Type: Int32
See Also

Reference