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

Represents a policy expression (such as this policy is valid for version X and higher)

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PolicyAssignmentExpression () () () ()
Equals(Object) (Inherited from Object.)
ExpressionType
Expression type
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Language
Expression language (WQL)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)
Value
The actual expression, usualy a CDATA

Inheritance Hierarchy

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

See Also