Share via


Database.Charset Property

Definition

Gets or sets the charset of the database.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to