If we should ignore duplicate requests you can set this to true.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IgnoreDuplicates { get; set; }
Visual Basic
Public Property IgnoreDuplicates As Boolean
	Get
	Set
Visual C++
public:
property bool IgnoreDuplicates {
	bool get ();
	void set (bool value);
}

See Also