Share via


AttachmentFilteringConfig.ExceptionConnectors property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property ExceptionConnectors As MultiValuedProperty(Of ADObjectId)
    Get
    Set
'Usage
Dim instance As AttachmentFilteringConfig
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.ExceptionConnectors

instance.ExceptionConnectors = value
public MultiValuedProperty<ADObjectId> ExceptionConnectors { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>

See also

Reference

AttachmentFilteringConfig class

AttachmentFilteringConfig members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace