Determines which elements of the tracking record will be included in the trace
Namespace: Microsoft.Activities.Extensions.Tracking
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
[FlagsAttribute] public enum TrackingOptions |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration TrackingOptions |
Visual C++ |
---|
[FlagsAttribute] public enum class TrackingOptions |
Members
Member name | Value | Description | |
---|---|---|---|
InstanceId | 1 | Traces the instance ID | |
Variables | 2 | Traces the variables | |
Arguments | 4 | Traces the arguments | |
Annotations | 8 | Traces the annotations | |
Default | 143 | The default tracing options | |
Data | 32 | Traces the data of custom tracking records | |
Time | 64 | Traces the time | |
RecordNumber | 128 | Traces Record Number | |
All | 111 | Combines all tracking options |
Remarks
The Default value will apply the TrackingOptions.Default value. To set
the option for all traces set this value.