UpdateLinkedDataResultInvalidRecordCount Property |
Gets or sets the count of record that have been not processed by another reason, for example, because of invalid format.
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 InvalidRecordCount { get; set; }
Public Property InvalidRecordCount As Integer
Get
Set
public:
property int InvalidRecordCount {
int get ();
void set (int value);
}
member InvalidRecordCount : int with get, set
Property Value
Type:
Int32
See Also