Click or drag to resize
Infosoft Logo

CreateCustomerRequestSkipDuplicateCheck Property

Gets or sets a value indicating whether to skip the duplicate check.

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public bool SkipDuplicateCheck { get; set; }

Property Value

Boolean
true if the duplicate check should be skipped; otherwise, false.
Remarks
This is "SkipDuplicateCheck" instead of "PerformDuplicateCheck" because we want the duplicate check to be performed by default, and this way the default value of false will preserve the default behavior.
See Also