AceData.DataVersion 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 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.