NewReceiveConnector.ConnectionTimeout property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ConnectionTimeout As EnhancedTimeSpan
Get
Set
'Usage
Dim instance As NewReceiveConnector
Dim value As EnhancedTimeSpan
value = instance.ConnectionTimeout
instance.ConnectionTimeout = value
public EnhancedTimeSpan ConnectionTimeout { get; set; }
Property value
Type: Microsoft.Exchange.Data.EnhancedTimeSpan
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace