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

Seconds before BITS request times out. Default is 60

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
TimeSpan 
Timeout { 
get; 
private 
set; }
Public 
Property 
Timeout 
As 
TimeSpan
	
Get
	
Private 
Set
public:
property 
TimeSpan 
Timeout {
	
TimeSpan 
get ();
	
private: 
void 
set (
TimeSpan 
value);
}

See Also