PolicyAssignmentOperator Class

 

Represents a policy assignment operator.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::PolicyAssignmentOperator

[SerializableAttribute]
public ref class PolicyAssignmentOperator sealed 

NameDescription
System_CAPS_pubmethodPolicyAssignmentOperator()

Initializes a new instance of the PolicyAssignmentOperator class.

NameDescription
System_CAPS_pubpropertyExpression

Gets or sets an embedded operator expression. This property can be recursive.

System_CAPS_pubpropertyOperatorType

Gets or sets the operator type. Possible values are: AND, OR, NOT.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: