FileContentManager.Version 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.
An arbitrary integer representing the current version number of the file, or null if no version number is available. The version number may change at any time to any other integer, including a lower number than its current value.
public int? Version { get; set; }
member this.Version : Nullable<int> with get, set
Public Property Version As Nullable(Of Integer)