InstantMessagingStatementActivity.IsDataTrackingEnabled Property

Gets or sets a boolean value that specifies whether the activity prompt is 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 InstantMessagingStatementActivity
Dim value As Boolean

value = instance.IsDataTrackingEnabled

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

Property Value

Type: System.Boolean

See Also

Reference

InstantMessagingStatementActivity Class

InstantMessagingStatementActivity Members

Microsoft.Rtc.Workflow.Activities Namespace