DeletePossibleQuotationsResult Class |
Represents result of DeletePossibleQuotationsResult 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 DeletePossibleQuotationsResult : WebCrmResult
<SerializableAttribute>
Public Class DeletePossibleQuotationsResult
Inherits WebCrmResult
[SerializableAttribute]
public ref class DeletePossibleQuotationsResult : public WebCrmResult
[<SerializableAttribute>]
type DeletePossibleQuotationsResult =
class
inherit WebCrmResult
end
The DeletePossibleQuotationsResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Count |
Gets or sets the amount of deleted possible quotations.
|
Top
See Also