X12FramingSettings.CharacterSet プロパティ

定義

X12 文字セットを取得または設定します。 指定できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象