ITableEntriesSnapshot.VersionNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the version number associated with the snapshot.
public:
property int VersionNumber { int get(); };
public:
property int VersionNumber { int get(); };
public int VersionNumber { get; }
member this.VersionNumber : int
Public ReadOnly Property VersionNumber As Integer
Property Value
Returns Int32.
Remarks
This property is only used by ITableEntriesSnapshot created by an ITableEntriesSnapshotFactory and, in that case, the VersionNumbers must be different if the contents are different.
The VersionNumber should always be >= 0 with the exception that an empty snapshot's VersionNumber can (but does not have to) be -1.