次の方法で共有


X12MessageFilter.MessageFilterType プロパティ

定義

メッセージ フィルターの種類を取得または設定します。 指定できる値は、'NotSpecified'、'Include'、'Exclude' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象