Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Defines the policy expression type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
public enum PolicyAssignmentExpressionType
[SerializableAttribute]
public enum class PolicyAssignmentExpressionType
<SerializableAttribute>
Public Enumeration PolicyAssignmentExpressionType
Members
| Member name | Description | |
|---|---|---|
| Continuous | Always evaluate the policy. |
|
| None | No expression type. |
|
| Once | Evaluate the policy once. |
|
| UntilTrue | Evaluate the policy until true. |
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top