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

Determines the type of the request.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
PolicyAssignmentRequestType
<
SerializableAttribute> _
Public 
Enumeration 
PolicyAssignmentRequestType
[
SerializableAttribute]
public 
enum class 
PolicyAssignmentRequestType

Members

Member Description
Full
A full request for policy assignment.
Update
An update request for policy assignment.

See Also