SpeechStatementActivity.IsDataTrackingEnabled Property
Gets or sets a boolean value that specifies whether the activity prompt is tracked in 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 SpeechStatementActivity
Dim value As Boolean
value = instance.IsDataTrackingEnabled
instance.IsDataTrackingEnabled = value
public bool IsDataTrackingEnabled { get; set; }
Property Value
Type: System.Boolean