UpdateLinkedDataResultNotFoundRecordCount Property |
Gets or sets the count of ignored (id not found) records.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic int NotFoundRecordCount { get; set; }
Public Property NotFoundRecordCount As Integer
Get
Set
public:
property int NotFoundRecordCount {
int get ();
void set (int value);
}
member NotFoundRecordCount : int with get, set
Property Value
Type:
Int32
See Also