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

Sets the request type for the message. Defaults to IntranetMPList

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

MPListRequestType 
MPListRequestType { 
get; 
internal 
set; }
Public 
Property 
MPListRequestType 
As 

MPListRequestType
	
Get
	
Friend 
Set
public:
property 

MPListRequestType 
MPListRequestType {
	

MPListRequestType 
get ();
	
internal: 
void 
set (

MPListRequestType 
value);
}

See Also