DeploymentStateSection.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.
Gets or sets the current version of this section.
public long Version { get; set; }
member this.Version : int64 with get, set
Public Property Version As Long
Property Value
Remarks
This version is automatically incremented by SaveSectionAsync(DeploymentStateSection, CancellationToken) after a successful save, allowing multiple saves of the same section instance.