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

Definition for an individual policy

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PolicyAssignmentPolicy () () () ()
Initializes a new instance of the PolicyAssignmentPolicyclass.
Category
Gets or set policy category
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Flags
Flags for the policy assignment
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Id
Gets or sets GUID for the policy
Location
Gets or sets the policy location
MemberwiseClone () () () () (Inherited from Object.)
PolicyType
Gets or sets policy type
SerializableFlags
Gets or sets policy flags. This is only for serialization. Flags should be used instead.
ToString () () () () (Inherited from Object.)
Version
Gets or sets Version of the policy

Inheritance Hierarchy

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

See Also