IsDataTrackingEnabled Property

Gets or sets a boolean value that specifies if the activity prompt and recognition result are tracked by the TrackingDataWorkflowRuntimeService class.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property IsDataTrackingEnabled As Boolean
public bool IsDataTrackingEnabled { get; set; }
public:
property bool IsDataTrackingEnabled {
    bool get ();
    void set (bool value);
}
function get_isDataTrackingEnabled();
function set_isDataTrackingEnabled(value);

See Also

SpeechQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace