SpeechQuestionAnswerActivity.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
Get
Set
'Usage
Dim instance As SpeechQuestionAnswerActivity
Dim value As Boolean
value = instance.IsDataTrackingEnabled
instance.IsDataTrackingEnabled = value
public bool IsDataTrackingEnabled { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
SpeechQuestionAnswerActivity Class