다음을 통해 공유


X12ValidationSettings.TrailingSeparatorPolicy Property

Definition

Gets or sets the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to