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

Represents a policy assignment

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PolicyAssignment () () () ()
Action
Some policy assignments can have actions (such as delta deletes), this gets/sets the action for the policy assignment
Condition
Gets or sets the assignment condition
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Id
Gets or sets the assignment ID
MemberwiseClone () () () () (Inherited from Object.)
Policy
Gets or sets the assignment policy
Reference
Reference data contains signature information (in native mode only)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also