AnalyticsControlQuestion Property

Gets the Question which should be used with this control.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string Question { get; set; }

Property Value

String
The Question which should be used with this control.

Return Value

String
The Question which should be used with this control.

Remarks

This property will be used when using the AI chat and wil be the question that is to be answered.

See Also