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

Contains the identification information for the 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 
PolicyAssignmentIdentification
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
PolicyAssignmentIdentification
[
SerializableAttribute]
public 
ref class 
PolicyAssignmentIdentification 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PolicyAssignmentIdentification () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Machine
Gets or sets the policy reply assignments identification for machines
MemberwiseClone () () () () (Inherited from Object.)
Sid
SID value
ToString () () () () (Inherited from Object.)
User
Gets or sets the policy reply assignments identification for users

Inheritance Hierarchy

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

See Also