Enum ExpressionGroupType
Represents the type of boolean logic to apply to expressions within a group
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Applicability
Assembly: package-graph-microsoft-update.dll
Syntax
public enum ExpressionGroupType
Fields
| Name | Description |
|---|---|
| And | AND the evaluated expressions |
| False | Evaluate to always false |
| Not | Negate the evaluated value of an expression or group |
| Or | OR the evaluated expressions |
| True | Evaluate to always true |