TransportConfigContainer.TLSSendDomainSecureList Property

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
<ValidateCountAttribute(, )> _
Public Property TLSSendDomainSecureList As MultiValuedProperty(Of SmtpDomain)
    Get
    Set
'Usage
Dim instance As TransportConfigContainer
Dim value As MultiValuedProperty(Of SmtpDomain)

value = instance.TLSSendDomainSecureList

instance.TLSSendDomainSecureList = value
[ParameterAttribute(Mandatory = false)]
[ValidateCountAttribute(, )]
public MultiValuedProperty<SmtpDomain> TLSSendDomainSecureList { get; set; }