다음을 통해 공유


X12FramingSettings.CharacterSet Property

Definition

Gets or sets the X12 character set. Possible values include: 'NotSpecified', 'Basic', 'Extended', 'UTF8'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to