ITableEntriesSnapshot.VersionNumber Property

Definition

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.

Applies to