PolicyAssignmentExpressionOperatorType Enumeration

 

Defines the operator for policy expressions.

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

[SerializableAttribute]
public enum class PolicyAssignmentExpressionOperatorType

Member nameDescription
And

AND operator.

None

No operator.

Not

NOT operator.

Or

OR operator.

Return to top
Show: