[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This can contain a policy expression if it's embedded in an operator. This can be recursive. Read this if ExpressionIsEmbedded == true

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

PolicyAssignmentOperator 
Operator { 
get; 
set; }
Public 
Property 
Operator 
As 

PolicyAssignmentOperator
	
Get
	
Set
public:
property 

PolicyAssignmentOperator^ 
Operator {
	

PolicyAssignmentOperator^ 
get ();
	
void 
set (

PolicyAssignmentOperator^ 
value);
}

See Also