Serializer.HeaderVersion Property

During the serialization it represents the LastVersion, during the deserialization it represents the file header version.
Protected Friend Property HeaderVersion() As Integer 
Get 
Protected Set(ByVal Value As As Integer)
This language is not supported or no code example is available.
internal protected int HeaderVersion {get; protected set;}
This language is not supported or no code example is available.

Property Value

int
Remarks
 
It is equal to -1 when the Header is not read yet.

.NET Framework

Supported in: 4.8

In this article

Definition