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

Identifies the request type for the MPLIST request.

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

Syntax

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

Members

Member Description
IntranetMPList
Returns the list of Intranet MPs (V4 version -- MPLIST1)
InternetMPList
Returns the list of Internet MPs. If you're in mixed mode, this will fail.

See Also