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