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

Represents a policy assignment condition

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
PolicyAssignmentCondition
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
PolicyAssignmentCondition
[
SerializableAttribute]
public 
ref class 
PolicyAssignmentCondition 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PolicyAssignmentCondition () () () ()
Equals(Object) (Inherited from Object.)
Expression
Policy expression.
ExpressionIsEmbedded
If true, policy expression is embedded in Operator
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Operator
This can contain a policy expression if it's embedded in an operator. This can be recursive. Read this if ExpressionIsEmbedded == true
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also