HybridConfiguration.Domains property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property Domains As MultiValuedProperty(Of AutoDiscoverSmtpDomain)
Get
Set
'Usage
Dim instance As HybridConfiguration
Dim value As MultiValuedProperty(Of AutoDiscoverSmtpDomain)
value = instance.Domains
instance.Domains = value
public MultiValuedProperty<AutoDiscoverSmtpDomain> Domains { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<AutoDiscoverSmtpDomain>
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace