ApplicationAlgorithmResult.Results Property¶
Gets a DataTable that holds the details of the application data that triggered the algorithm. null
if the algorithm did not trigger or the results are not available.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public DataTable Results { get; }
VB¶
Public ReadOnly Property Results As DataTable
Get
Property Value¶
Type: DataTable
Remarks¶
There will be a column for each relevant field and one row for each trigger of the algorithm.