ReadFieldDescriptionResult Class |
Represents metadata for a single data field used in WebCRM retuned 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 ReadFieldDescriptionResult : WebCrmResult
<SerializableAttribute>
Public Class ReadFieldDescriptionResult
Inherits WebCrmResult
[SerializableAttribute]
public ref class ReadFieldDescriptionResult : public WebCrmResult
[<SerializableAttribute>]
type ReadFieldDescriptionResult =
class
inherit WebCrmResult
end
The ReadFieldDescriptionResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Metadata |
Gets or sets the metadata for a single data field.
|
Top
See Also