RuleSetTrackingConfiguration.TrackingOption 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.
This enumeration supports a bitwise combination of its member values.
public: enum class RuleSetTrackingConfiguration::TrackingOption
[System.Flags]
public enum RuleSetTrackingConfiguration.TrackingOption
type RuleSetTrackingConfiguration.TrackingOption =
Public Enum RuleSetTrackingConfiguration.TrackingOption
- Inheritance
-
RuleSetTrackingConfiguration.TrackingOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | |
FactActivity | 1 | |
RuleFirings | 2 | |
ConditionEvaluation | 4 | |
AgendaUpdates | 8 | |
All | 15 |