ReadQuotationLinesResultQuotationLines Property |
Gets or sets the list of possible quotations.
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 QuotationLine[] QuotationLines { get; set; }
Public Property QuotationLines As QuotationLine()
Get
Set
public:
property array<QuotationLine^>^ QuotationLines {
array<QuotationLine^>^ get ();
void set (array<QuotationLine^>^ value);
}
member QuotationLines : QuotationLine[] with get, set
Property Value
Type:
QuotationLine
See Also