PocketPlanner Programmer's Guide

XmlSerializationContext.ClassVersion Property

See Also

Gets the class version of the currently deserialized item.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int ClassVersion { get; }

Visual Basic

Public ReadOnly Property ClassVersion As Integer

 Property Value

An integer value specifying the class version of the currently deserialized item as specified by the call to RegisterItemClass method at the time the item type was registered.

 Remarks

This property is only useful when deserializing items.

 See Also