AS2ValidationSettings.CheckDuplicateMessage Property

Definition

Gets or sets the value indicating whether to check for duplicate message.

[Newtonsoft.Json.JsonProperty(PropertyName="checkDuplicateMessage")]
public bool CheckDuplicateMessage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="checkDuplicateMessage")>]
member this.CheckDuplicateMessage : bool with get, set
Public Property CheckDuplicateMessage As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to