다음을 통해 공유


X12EnvelopeSettings.UsageIndicator Property

Definition

Gets or sets the usage indicator. Possible values include: 'NotSpecified', 'Test', 'Information', 'Production'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to