WriteQuotationLinesResultResults Property |
Gets or sets the array of write result for each processed quotation line.
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 WriteQuotationLineResult[] Results { get; set; }
Public Property Results As WriteQuotationLineResult()
Get
Set
public:
property array<WriteQuotationLineResult^>^ Results {
array<WriteQuotationLineResult^>^ get ();
void set (array<WriteQuotationLineResult^>^ value);
}
member Results : WriteQuotationLineResult[] with get, set
Property Value
Type:
WriteQuotationLineResult
See Also