Share via


InstantMessagingQuestionAnswerActivity.IsDataTrackingEnabled Property

Gets or sets a boolean value that specifies whether the activity prompt and recognition result are tracked in TrackingDataWorkflowRuntimeService.

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 InstantMessagingQuestionAnswerActivity
Dim value As Boolean

value = instance.IsDataTrackingEnabled

instance.IsDataTrackingEnabled = value
public bool IsDataTrackingEnabled { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

InstantMessagingQuestionAnswerActivity Class

InstantMessagingQuestionAnswerActivity Members

Microsoft.Rtc.Workflow.Activities Namespace