AggregatorKind 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.
Enum of the various kinds of aggregation operations for properties set by multiple IGraphProviders.
public enum class AggregatorKind
public enum AggregatorKind
type AggregatorKind =
Public Enum AggregatorKind
- Inheritance
-
AggregatorKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | The aggregated property value equals the value of the last provider to set it. |
Or | 1 | All provider values are combined via a boolean or operation. |
Remarks
Currently only 'Or' operations on booleans are supported.