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
public bool IsDataTrackingEnabled { get; set; }
public:
property bool IsDataTrackingEnabled {
    bool get ();
    void set (bool value);
}
function get_isDataTrackingEnabled();
function set_isDataTrackingEnabled(value);

See Also

InstantMessagingStatementActivity Class

Microsoft.Rtc.Workflow.Activities Namespace