TransportConfigContainer.TLSReceiveDomainSecureList 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 TLSReceiveDomainSecureList As MultiValuedProperty(Of SmtpDomain)
    Get
    Set
'Usage
Dim instance As TransportConfigContainer
Dim value As MultiValuedProperty(Of SmtpDomain)

value = instance.TLSReceiveDomainSecureList

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