AssemblyProperties.AssemblyVersion Property

Definition

Gets or sets the assembly version.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to