PolicyAssignmentCondition Class
Represents a policy assignment condition.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentCondition
Syntax
[SerializableAttribute]
public sealed class PolicyAssignmentCondition
[SerializableAttribute]
public ref class PolicyAssignmentCondition sealed
<SerializableAttribute>
Public NotInheritable Class PolicyAssignmentCondition
Constructors
Name | Description | |
---|---|---|
![]() |
PolicyAssignmentCondition() | Initializes a new instance of the PolicyAssignmentCondition class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top