PolicyAssignmentExpressionType Enumeration

 

Defines the policy expression type.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

[SerializableAttribute]
public enum class PolicyAssignmentExpressionType

Member nameDescription
Continuous

Always evaluate the policy.

None

No expression type.

Once

Evaluate the policy once.

UntilTrue

Evaluate the policy until true.

Return to top
Show: