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

Gets or sets the request type

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

PolicyAssignmentRequestType 
RequestType { 
get; 
set; }
Public 
Property 
RequestType 
As 

PolicyAssignmentRequestType
	
Get
	
Set
public:
property 

PolicyAssignmentRequestType 
RequestType {
	

PolicyAssignmentRequestType 
get ();
	
void 
set (

PolicyAssignmentRequestType 
value);
}

See Also