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

Default timeout for the message to complete

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

Syntax

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

See Also