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

Represents the policy assignments request root XML

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
PolicyAssignmentRequestAssignments
: 

SchemaVersion10Base
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
PolicyAssignmentRequestAssignments
_
	
Inherits 

SchemaVersion10Base
[
SerializableAttribute]
public 
ref class 
PolicyAssignmentRequestAssignments 
sealed : 
public 

SchemaVersion10Base

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PolicyAssignmentRequestAssignments () () () ()
Ack
Gets or sets the ACK flag
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Identification
Gets or sets the policy request assignments identification
MemberwiseClone () () () () (Inherited from Object.)
PolicySource
Gets or sets the policy source (site code)
RequestType
Gets or sets the request type
Resource
Gets or sets the policy request assignments resource
SchemaVersion
XML schema version
(Inherited from SchemaVersionBase.)
SerializedValidationRequested
Serialized validation requested value. Use ValidationRequested instead of setting this directly.
ServerCookie
Gets or sets the server cookie
ServerCookieString
Gets or sets the server cookie
ToString () () () () (Inherited from Object.)
ValidationRequested
Gets or sets the validation requested field

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . SchemaVersionBase
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . SchemaVersion10Base
       Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . PolicyAssignmentRequestAssignments

See Also