WriteToWebCrmResult Class |
Represents a result returned while importing data by WebCRM API.
Inheritance Hierarchy
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)
Syntax[SerializableAttribute]
public class WriteToWebCrmResult : WebCrmResult
<SerializableAttribute>
Public Class WriteToWebCrmResult
Inherits WebCrmResult
[SerializableAttribute]
public ref class WriteToWebCrmResult : public WebCrmResult
[<SerializableAttribute>]
type WriteToWebCrmResult =
class
inherit WebCrmResult
end
The WriteToWebCrmResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | ID |
Gets or sets the entity id number of current result.
|
Top
See Also