ReadLinkedDataResult Class |
Represents result of the ReadLinkedData method provided 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 ReadLinkedDataResult : WebCrmResult
<SerializableAttribute>
Public Class ReadLinkedDataResult
Inherits WebCrmResult
[SerializableAttribute]
public ref class ReadLinkedDataResult : public WebCrmResult
[<SerializableAttribute>]
type ReadLinkedDataResult =
class
inherit WebCrmResult
end
The ReadLinkedDataResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Count |
Gets or sets the count of linked data.
|
 | DataList |
Gets or sets a dataList of linked data.
|
Top
See Also