ReadPossibleQuotationsResultPossibleQuotationList 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 PossibleQuotationData[] PossibleQuotationList { get; set; }
Public Property PossibleQuotationList As PossibleQuotationData()
Get
Set
public:
property array<PossibleQuotationData^>^ PossibleQuotationList {
array<PossibleQuotationData^>^ get ();
void set (array<PossibleQuotationData^>^ value);
}
member PossibleQuotationList : PossibleQuotationData[] with get, set
Property Value
Type:
PossibleQuotationData
See Also