次の方法で共有


EdifactFramingSettings.CharacterSet プロパティ

定義

EDIFACT フレーム設定 characterSet を取得または設定します。 使用できる値は、'NotSpecified'、'UNOB'、'UNOA'、'UNOC'、'UNOD'、'UNOE'、'UNOF'、'UNOG'、'UNOH'、'UNOI'、'UNOJ'、'UNOK'、'UNOX'、'UNOY'、'KECA' です。

[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

適用対象