PolicyAssignmentExpressionType Enumeration
Defines the policy expression type.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| Continuous | Always evaluate the policy. | |
| None | No expression type. | |
| Once | Evaluate the policy once. | |
| UntilTrue | Evaluate the policy until true. |
Show: