ImplementationVisibility Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the visibility modes within a tracking profile.
public enum class ImplementationVisibility
public enum ImplementationVisibility
type ImplementationVisibility =
Public Enum ImplementationVisibility
- Inheritance
Fields
Name | Value | Description |
---|---|---|
RootScope | 0 | Only the root activity and its implementation for the workflow is emitted. |
All | 1 | All tracking records are emitted. |
Remarks
Tracking records from activities that are contained within another activity can be filtered using the visibility modes described by ImplementationVisibility. The filter is applied to subscribe for tracking records for all activities or only the root activity and its implementation for a workflow. For more information, see ImplementationVisibility.