Share via


AceData.DataVersion Property

Definition

Gets or Sets the version of the data of type String.

public string DataVersion { get; set; }
member this.DataVersion : string with get, set
Public Property DataVersion As String

Property Value

This value is the version of the adaptive card extension.

Remarks

Although there is no restriction on the format of this property, it is recommended to use semantic versioning.

Applies to