TableEntriesSnapshotBase.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:
virtual property int VersionNumber { int get(); };
public:
virtual property int VersionNumber { int get(); };
public virtual int VersionNumber { get; }
member this.VersionNumber : int
Public Overridable ReadOnly Property VersionNumber As Integer
Property Value
Returns Int32.
Implements
Remarks
Intentially return an invalid VersionNumber so that this snapshot will be different than any valid snapshot.