Udostępnij za pośrednictwem


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
System_CAPS_pubmethod PolicyAssignmentCondition()

Initializes a new instance of the PolicyAssignmentCondition class.

Properties

Name Description
System_CAPS_pubproperty Expression

Gets or sets the policy expression.

System_CAPS_pubproperty ExpressionIsEmbedded

If true, the policy expression is embedded in Operator.

System_CAPS_pubproperty 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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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