[This is preliminary documentation and is subject to change.]
Gets the version number of this object.
| C# |
public int VersionNumber { get; internal set; }
The version number of a Persistent object is incremented automatically every time that object is modified. It is used when writing objects to persistent storage to check for update conflict.