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