Gets the class version of the currently deserialized item.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public int getClassVersion () |
An integer value specifying the class version of the currently deserialized item as specified by the call to Schedule.registerItemClass method at the time the item type was registered.
RemarksThis property is only useful when deserializing items.
See Also