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

If true, BITS will be used to send the message payload to the MP. Not all Management Point endpoints are compatible with BITS so use care when setting this to true. Not all senders support BITS uploading.

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

Syntax

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

See Also