AssemblyProperties.AssemblyCulture Property

Definition

Gets or sets the assembly culture.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to