Share via


ApplicationResource.TypeVersion Property

Definition

Gets or sets the version of the application type as defined in the application manifest.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.typeVersion")]
public string TypeVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.typeVersion")>]
member this.TypeVersion : string with get, set
Public Property TypeVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to