Share via


DeploymentStateSection.Version Property

Definition

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.

Applies to