FileContentManager.Version Property

Definition

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)

Property Value

Nullable<Int32>

Applies to