QuickSearchResultOpportunities Property |
Gets or sets the list of opportunities and deliveries for the organisation with current user as: opportunity 1st or opportunity 2nd responsible or oelivery responsible, and with not completed delivery status.
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 OpportunityData[] Opportunities { get; set; }
Public Property Opportunities As OpportunityData()
Get
Set
public:
property array<OpportunityData^>^ Opportunities {
array<OpportunityData^>^ get ();
void set (array<OpportunityData^>^ value);
}
member Opportunities : OpportunityData[] with get, set
Property Value
Type:
OpportunityData
See Also