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

Gets or sets the flag on whether to use DCom versus HTTP to deliver messages to the MP. Defaults to false to use HTTP.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.MPApi
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
UseDcom { 
get; 
set; }
Public 
Property 
UseDcom 
As 
Boolean
	
Get
	
Set
public:
property 
bool 
UseDcom {
	
bool 
get ();
	
void 
set (
bool 
value);
}

See Also