ExchangeCertificate.CertificateDomains property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property CertificateDomains As IList(Of SmtpDomainWithSubdomains)
Get
'Usage
Dim instance As ExchangeCertificate
Dim value As IList(Of SmtpDomainWithSubdomains)
value = instance.CertificateDomains
public IList<SmtpDomainWithSubdomains> CertificateDomains { get; }
Property value
Type: System.Collections.Generic.IList<SmtpDomainWithSubdomains>
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace