次の方法で共有


X12EnvelopeSettings.GroupHeaderDateFormat プロパティ

定義

グループ ヘッダーの日付形式を取得または設定します。 使用できる値は、'NotSpecified'、'CCYYMMDD'、'YYMMDD' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象