X12DelimiterOverrides.DataElementSeparator Property

Definition

Gets or sets the data element separator.

[Newtonsoft.Json.JsonProperty(PropertyName="dataElementSeparator")]
public int DataElementSeparator { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataElementSeparator")>]
member this.DataElementSeparator : int with get, set
Public Property DataElementSeparator As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to