|
CreateCustomerRequestSkipDuplicateCheck Property |
Gets or sets a value indicating whether to skip the duplicate check.
Namespace: Infosoft.Webservices.CustomerServicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax public bool SkipDuplicateCheck { get; set; }
No code example is currently available or this language may not be supported.
Property Value
Booleantrue 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