PolicyAssignmentCondition Class
Represents a policy assignment condition.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | PolicyAssignmentCondition() | Initializes a new instance of the PolicyAssignmentCondition class. |
| Name | Description | |
|---|---|---|
![]() | Expression | Gets or sets the policy expression. |
![]() | ExpressionIsEmbedded | If true, the policy expression is embedded in Operator. |
![]() | Operator | This property can contain a policy expression if it's embedded in an operator. This can be recursive. Read this property if ExpressionIsEmbedded == true. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

