QuickSearchResultSupportCases Property |
Gets or sets the list of support cases for the organisation with not closed support case status and with current user as support case responsible.
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 SupportCaseData[] SupportCases { get; set; }
Public Property SupportCases As SupportCaseData()
Get
Set
public:
property array<SupportCaseData^>^ SupportCases {
array<SupportCaseData^>^ get ();
void set (array<SupportCaseData^>^ value);
}
member SupportCases : SupportCaseData[] with get, set
Property Value
Type:
SupportCaseData
See Also